Html Css Color HEX #0CC5DB Dark Turquoise

📋 copy color: '#0CC5DB'

red 12 ◦ green 197 ◦ blue 219

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

Shades of Dark Turquoise #0CC5DB

Tints of Dark Turquoise #0CC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 2.8%
G = 46.03%
B = 51.17%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CC5DB (or 0x0CC5DB) is known color: Dark Turquoise. HEX triplet: 0C, C5 and DB. RGB value is (12,197,219). Sum of RGB (Red+Green+Blue) = 12+197+219=428 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CC5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC5DB is #F33A24. Grayscale: #8F8F8F. Windows color (decimal): -15940133 or 14402828. OLE color: 14402828.

HSL color Cylindrical-coordinate representation of color #0CC5DB: hue angle of 186.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC5DB is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 197 219 -
CMYK 0.95 0.10 0 0.14
HSL 186.38º 0.9% 0.45% -
HSV(B) 186.38º 0.95% 0.86% -
XYZ 32.9 45.13 73.99 -
YUV 144.19 170.21 33.71 -
System Red Green Blue C M Y K H S L
Decimal 12 197 219 0.95 0.10 0 0.14 186.38 0.9 0.45
Hex C C5 DB 5F A 0 E BA 5A 2D
Octal 14 305 333 137 12 0 16 272 132 55
Binary 1100 11000101 11011011 1011111 1010 0 1110 10111010 1011010 101101

Color Harmonies of #0CC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC5DB

Black with #0CC5DB

Text Example


Text Example

White with #0CC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,197,219); }

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

background-color css

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

 a { background-color: rgb(12,197,219); }

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

border-color css

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

 span { border-color: rgb(12,197,219); }

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