Html Css Color HEX #0DCCDC Dark Turquoise

📋 copy color: '#0DCCDC'

red 13 ◦ green 204 ◦ blue 220

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

Shades of Dark Turquoise #0DCCDC

Tints of Dark Turquoise #0DCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.68%

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

R = 2.97%
G = 46.68%
B = 50.34%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DCCDC (or 0x0DCCDC) is known color: Dark Turquoise. HEX triplet: 0D, CC and DC. RGB value is (13,204,220). Sum of RGB (Red+Green+Blue) = 13+204+220=437 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DCCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCDC is #F23323. Grayscale: #949494. Windows color (decimal): -15872804 or 14470157. OLE color: 14470157.

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

Color convert

RGB 13 204 220 -
CMYK 0.94 0.07 0 0.14
HSL 184.64º 0.89% 0.46% -
HSV(B) 184.64º 0.94% 0.86% -
XYZ 34.68 48.44 75.23 -
YUV 148.72 168.22 31.2 -
System Red Green Blue C M Y K H S L
Decimal 13 204 220 0.94 0.07 0 0.14 184.64 0.89 0.46
Hex D CC DC 5E 7 0 E B9 59 2E
Octal 15 314 334 136 7 0 16 271 131 56
Binary 1101 11001100 11011100 1011110 111 0 1110 10111001 1011001 101110

Color Harmonies of #0DCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCDC

Black with #0DCCDC

Text Example


Text Example

White with #0DCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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