Html Css Color HEX #0CCEE8 Dark Turquoise

📋 copy color: '#0CCEE8'

red 12 ◦ green 206 ◦ blue 232

#0CCEE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #0CCEE8

Tints of Dark Turquoise #0CCEE8

RGB

 RED value IS 12 (5.08% from 255) = 2.67%

 GREEN value IS 206 (80.86% from 255) = 45.78%

 BLUE value IS 232 (91.02% from 255) = 51.56%

R = 2.67%
G = 45.78%
B = 51.56%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0CCEE8 (or 0x0CCEE8) is known color: Dark Turquoise. HEX triplet: 0C, CE and E8. RGB value is (12,206,232). Sum of RGB (Red+Green+Blue) = 12+206+232=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 232 (91.02% from 255 or 51.56% from 450); Max value from RGB is 232 - color contains mainly: blue. Hex color #0CCEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCEE8 is #F33117. Grayscale: #969696. Windows color (decimal): -15937816 or 15257100. OLE color: 15257100.

HSL color Cylindrical-coordinate representation of color #0CCEE8: hue angle of 187.09º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCEE8 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 12 206 232 -
CMYK 0.95 0.11 0 0.09
HSL 187.09º 0.9% 0.48% -
HSV(B) 187.09º 0.95% 0.91% -
XYZ 36.79 50.05 84.07 -
YUV 150.96 173.73 28.89 -
System Red Green Blue C M Y K H S L
Decimal 12 206 232 0.95 0.11 0 0.09 187.09 0.9 0.48
Hex C CE E8 5F B 0 9 BB 5A 30
Octal 14 316 350 137 13 0 11 273 132 60
Binary 1100 11001110 11101000 1011111 1011 0 1001 10111011 1011010 110000

Color Harmonies of #0CCEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEE8

Black with #0CCEE8

Text Example


Text Example

White with #0CCEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,206,232); }

 H1.HeaderClassName
 {
   color: #0CCEE8;
 }
 .AnyTagClassName
 {
   color: #0CCEE8;
 }
</style>

background-color css

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

 a { background-color: rgb(12,206,232); }

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

border-color css

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

 span { border-color: rgb(12,206,232); }

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