#0CDFD8

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

Shades of Bright Turquoise #0CDFD8

Tints of Bright Turquoise #0CDFD8

Color information

#0CDFD8 (or 0x0CDFD8) is unknown color: approx Bright Turquoise. HEX triplet: 0C, DF and D8. RGB value is (12,223,216). Sum of RGB (Red+Green+Blue) = 12+223+216=451 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.66% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDFD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDFD8 is #F32027. Grayscale: #9E9E9E. Windows color (decimal): -15933480 or 14212876. OLE color: 14212876.

HSL color Cylindrical-coordinate representation of color #0CDFD8: hue angle of 178.01º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFD8 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB12223216-
CMYK0.9500.030.13
HSL178.01º89.79%46.08%-
HSV(B)178.01º94.62%87.45%-
XYZ38.9357.8174.07-
YUV159.11160.123.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.66%
GREEN value IS 223 (87.5% from 255) = 49.45%
BLUE value IS 216 (84.77% from 255) = 47.89%
R=2.66%
G=49.45%
B=47.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122232160.9500.030.13178.0189.7946.08
HexCDFD85F03Db25a2e
Octal14337330137031526213256
Binary1100110111111101100010111110111101101100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CDFD8; }

 p { color: rgb(12,223,216); }

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

<style>
 a { background-color: #0CDFD8; }

 a { background-color: rgb(12,223,216); }

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

<style>
 span { border-color: #0CDFD8; }

 span { border-color: rgb(12,223,216); }

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