Html Css Color HEX #0CD3DB Dark Turquoise

📋 copy color: '#0CD3DB'

red 12 ◦ green 211 ◦ blue 219

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

Shades of Dark Turquoise #0CD3DB

Tints of Dark Turquoise #0CD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.74%

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

R = 2.71%
G = 47.74%
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

#0CD3DB (or 0x0CD3DB) is known color: Dark Turquoise. HEX triplet: 0C, D3 and DB. RGB value is (12,211,219). Sum of RGB (Red+Green+Blue) = 12+211+219=442 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CD3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD3DB is #F32C24. Grayscale: #989898. Windows color (decimal): -15936549 or 14406412. OLE color: 14406412.

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

Color convert

RGB 12 211 219 -
CMYK 0.95 0.04 0 0.14
HSL 182.32º 0.9% 0.45% -
HSV(B) 182.32º 0.95% 0.86% -
XYZ 36.23 51.78 75.1 -
YUV 152.41 165.57 27.85 -
System Red Green Blue C M Y K H S L
Decimal 12 211 219 0.95 0.04 0 0.14 182.32 0.9 0.45
Hex C D3 DB 5F 4 0 E B6 5A 2D
Octal 14 323 333 137 4 0 16 266 132 55
Binary 1100 11010011 11011011 1011111 100 0 1110 10110110 1011010 101101

Color Harmonies of #0CD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD3DB

Black with #0CD3DB

Text Example


Text Example

White with #0CD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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