Html Css Color HEX #0CDBCD Dark Turquoise

📋 copy color: '#0CDBCD'

red 12 ◦ green 219 ◦ blue 205

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

Shades of Dark Turquoise #0CDBCD

Tints of Dark Turquoise #0CDBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 2.75%
G = 50.23%
B = 47.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#0CDBCD (or 0x0CDBCD) is known color: Dark Turquoise. HEX triplet: 0C, DB and CD. RGB value is (12,219,205). Sum of RGB (Red+Green+Blue) = 12+219+205=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBCD is #F32432. Grayscale: #9B9B9B. Windows color (decimal): -15934515 or 13490956. OLE color: 13490956.

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

Color convert

RGB 12 219 205 -
CMYK 0.95 0 0.06 0.14
HSL 175.94º 0.9% 0.45% -
HSV(B) 175.94º 0.95% 0.86% -
XYZ 36.5 55.15 66.48 -
YUV 155.51 155.92 25.64 -
System Red Green Blue C M Y K H S L
Decimal 12 219 205 0.95 0 0.06 0.14 175.94 0.9 0.45
Hex C DB CD 5F 0 6 E B0 5A 2D
Octal 14 333 315 137 0 6 16 260 132 55
Binary 1100 11011011 11001101 1011111 0 110 1110 10110000 1011010 101101

Color Harmonies of #0CDBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDBCD

Black with #0CDBCD

Text Example


Text Example

White with #0CDBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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