Html Css Color HEX #0CCCE8 Dark Turquoise

📋 copy color: '#0CCCE8'

red 12 ◦ green 204 ◦ blue 232

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

Shades of Dark Turquoise #0CCCE8

Tints of Dark Turquoise #0CCCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

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

R = 2.68%
G = 45.54%
B = 51.79%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0CCCE8 (or 0x0CCCE8) is known color: Dark Turquoise. HEX triplet: 0C, CC and E8. RGB value is (12,204,232). Sum of RGB (Red+Green+Blue) = 12+204+232=448 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #0CCCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCE8 is #F33317. Grayscale: #959595. Windows color (decimal): -15938328 or 15256588. OLE color: 15256588.

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

Color convert

RGB 12 204 232 -
CMYK 0.95 0.12 0 0.09
HSL 187.64º 0.9% 0.48% -
HSV(B) 187.64º 0.95% 0.91% -
XYZ 36.31 49.09 83.91 -
YUV 149.78 174.39 29.72 -
System Red Green Blue C M Y K H S L
Decimal 12 204 232 0.95 0.12 0 0.09 187.64 0.9 0.48
Hex C CC E8 5F C 0 9 BC 5A 30
Octal 14 314 350 137 14 0 11 274 132 60
Binary 1100 11001100 11101000 1011111 1100 0 1001 10111100 1011010 110000

Color Harmonies of #0CCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCE8

Black with #0CCCE8

Text Example


Text Example

White with #0CCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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