#23DBDE

Color #23DBDE Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #23DBDE

Tints of Bright Turquoise #23DBDE

Color information

#23DBDE (or 0x23DBDE) is unknown color: approx Bright Turquoise. HEX triplet: 23, DB and DE. RGB value is (35,219,222). Sum of RGB (Red+Green+Blue) = 35+219+222=476 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.35% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #23DBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DBDE is #DC2421. Grayscale: #A4A4A4. Windows color (decimal): -14427170 or 14605091. OLE color: 14605091.

HSL color Cylindrical-coordinate representation of color #23DBDE: hue angle of 180.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DBDE is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB35219222-
CMYK0.840.0100.13
HSL180.96º73.91%50.39%-
HSV(B)180.96º84.23%87.06%-
XYZ39.2156.2977.91-
YUV164.33160.5435.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 7.35%
GREEN value IS 219 (85.94% from 255) = 46.01%
BLUE value IS 222 (87.11% from 255) = 46.64%
R=7.35%
G=46.01%
B=46.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal352192220.840.0100.13180.9673.9150.39
Hex23DBDE5410Db54a32
Octal43333336124101526511262
Binary10001111011011110111101010100101101101101011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23DBDE; }

 p { color: rgb(35,219,222); }

 H1.HeaderClassName
 {
   color: #23DBDE;
 }
 .AnyTagClassName
 {
   color: #23DBDE;
 }
</style>
background-color css

<style>
 a { background-color: #23DBDE; }

 a { background-color: rgb(35,219,222); }

 div.DivClassName
 {
   background-color: #23DBDE;
 }
 .BgClassName
 {
   background-color: #23DBDE;
 }
</style>
border-color css

<style>
 span { border-color: #23DBDE; }

 span { border-color: rgb(35,219,222); }

 td.TdClassName
 {
   border-color: #23DBDE;
 }
 .TagClassName
 {
   border-color: #23DBDE;
 }
</style>