Html Css Color HEX #0DCEDC Dark Turquoise

📋 copy color: '#0DCEDC'

red 13 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #0DCEDC

Tints of Dark Turquoise #0DCEDC

RGB

 RED value IS 13 (5.47% from 255) = 2.96%

 GREEN value IS 206 (80.86% from 255) = 46.92%

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

R = 2.96%
G = 46.92%
B = 50.11%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DCEDC (or 0x0DCEDC) is known color: Dark Turquoise. HEX triplet: 0D, CE and DC. RGB value is (13,206,220). Sum of RGB (Red+Green+Blue) = 13+206+220=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DCEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCEDC is #F23123. Grayscale: #959595. Windows color (decimal): -15872292 or 14470669. OLE color: 14470669.

HSL color Cylindrical-coordinate representation of color #0DCEDC: hue angle of 184.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCEDC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 206 220 -
CMYK 0.94 0.06 0 0.14
HSL 184.06º 0.89% 0.46% -
HSV(B) 184.06º 0.94% 0.86% -
XYZ 35.16 49.4 75.39 -
YUV 149.89 167.56 30.36 -
System Red Green Blue C M Y K H S L
Decimal 13 206 220 0.94 0.06 0 0.14 184.06 0.89 0.46
Hex D CE DC 5E 6 0 E B8 59 2E
Octal 15 316 334 136 6 0 16 270 131 56
Binary 1101 11001110 11011100 1011110 110 0 1110 10111000 1011001 101110

Color Harmonies of #0DCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCEDC

Black with #0DCEDC

Text Example


Text Example

White with #0DCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,206,220); }

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

background-color css

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

 a { background-color: rgb(13,206,220); }

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

border-color css

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

 span { border-color: rgb(13,206,220); }

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