Html Css Color HEX #0CD4DC Dark Turquoise

📋 copy color: '#0CD4DC'

red 12 ◦ green 212 ◦ blue 220

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

Shades of Dark Turquoise #0CD4DC

Tints of Dark Turquoise #0CD4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.75%

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 2.7%
G = 47.75%
B = 49.55%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CD4DC (or 0x0CD4DC) is known color: Dark Turquoise. HEX triplet: 0C, D4 and DC. RGB value is (12,212,220). Sum of RGB (Red+Green+Blue) = 12+212+220=444 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CD4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD4DC is #F32B23. Grayscale: #989898. Windows color (decimal): -15936292 or 14472204. OLE color: 14472204.

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

Color convert

RGB 12 212 220 -
CMYK 0.95 0.04 0 0.14
HSL 182.31º 0.9% 0.45% -
HSV(B) 182.31º 0.95% 0.86% -
XYZ 36.61 52.33 75.88 -
YUV 153.11 165.74 27.35 -
System Red Green Blue C M Y K H S L
Decimal 12 212 220 0.95 0.04 0 0.14 182.31 0.9 0.45
Hex C D4 DC 5F 4 0 E B6 5A 2D
Octal 14 324 334 137 4 0 16 266 132 55
Binary 1100 11010100 11011100 1011111 100 0 1110 10110110 1011010 101101

Color Harmonies of #0CD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD4DC

Black with #0CD4DC

Text Example


Text Example

White with #0CD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,212,220); }

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

background-color css

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

 a { background-color: rgb(12,212,220); }

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

border-color css

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

 span { border-color: rgb(12,212,220); }

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