#0CDDD8

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

Shades of Bright Turquoise #0CDDD8

Tints of Bright Turquoise #0CDDD8

Color information

#0CDDD8 (or 0x0CDDD8) is unknown color: approx Bright Turquoise. HEX triplet: 0C, DD and D8. RGB value is (12,221,216). Sum of RGB (Red+Green+Blue) = 12+221+216=449 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDD8 is #F32227. Grayscale: #9D9D9D. Windows color (decimal): -15933992 or 14212364. OLE color: 14212364.

HSL color Cylindrical-coordinate representation of color #0CDDD8: hue angle of 178.56º 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 #0CDDD8 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB12221216-
CMYK0.9500.020.13
HSL178.56º89.7%45.69%-
HSV(B)178.56º94.57%86.67%-
XYZ38.456.7573.9-
YUV157.94160.7623.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.67%
GREEN value IS 221 (86.72% from 255) = 49.22%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=2.67%
G=49.22%
B=48.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122212160.9500.020.13178.5689.745.69
HexCDDD85F02Db35a2e
Octal14335330137021526313256
Binary1100110111011101100010111110101101101100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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