#23CAD4

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

Shades of Dark Turquoise #23CAD4

Tints of Dark Turquoise #23CAD4

Color information

#23CAD4 (or 0x23CAD4) is unknown color: approx Dark Turquoise. HEX triplet: 23, CA and D4. RGB value is (35,202,212). Sum of RGB (Red+Green+Blue) = 35+202+212=449 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.80% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #23CAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CAD4 is #DC352B. Grayscale: #999999. Windows color (decimal): -14431532 or 13945379. OLE color: 13945379.

HSL color Cylindrical-coordinate representation of color #23CAD4: hue angle of 183.39º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CAD4 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB35202212-
CMYK0.830.0500.17
HSL183.39º71.66%48.43%-
HSV(B)183.39º83.49%83.14%-
XYZ33.747.3569.65-
YUV153.21161.1743.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.80%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 212 (83.20% from 255) = 47.22%
R=7.80%
G=44.99%
B=47.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal352022120.830.0500.17183.3971.6648.43
Hex23CAD4535011b74830
Octal43312324123502126711060
Binary10001111001010110101001010011101010001101101111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,202,212); }

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

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

 a { background-color: rgb(35,202,212); }

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

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

 span { border-color: rgb(35,202,212); }

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