#23CFD4

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

Shades of Dark Turquoise #23CFD4

Tints of Dark Turquoise #23CFD4

Color information

#23CFD4 (or 0x23CFD4) is unknown color: approx Dark Turquoise. HEX triplet: 23, CF and D4. RGB value is (35,207,212). Sum of RGB (Red+Green+Blue) = 35+207+212=454 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.71% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #23CFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFD4 is #DC302B. Grayscale: #9B9B9B. Windows color (decimal): -14430252 or 13946659. OLE color: 13946659.

HSL color Cylindrical-coordinate representation of color #23CFD4: hue angle of 181.69º 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 #23CFD4 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB35207212-
CMYK0.830.0200.17
HSL181.69º71.66%48.43%-
HSV(B)181.69º83.49%83.14%-
XYZ34.8949.7470.05-
YUV156.14159.5241.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.71%
GREEN value IS 207 (81.25% from 255) = 45.59%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=7.71%
G=45.59%
B=46.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal352072120.830.0200.17181.6971.6648.43
Hex23CFD4532011b64830
Octal43317324123202126611060
Binary1000111100111111010100101001110010001101101101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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