Html Css Color HEX #0DCADC Dark Turquoise

📋 copy color: '#0DCADC'

red 13 ◦ green 202 ◦ blue 220

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

Shades of Dark Turquoise #0DCADC

Tints of Dark Turquoise #0DCADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

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

R = 2.99%
G = 46.44%
B = 50.57%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DCADC (or 0x0DCADC) is known color: Dark Turquoise. HEX triplet: 0D, CA and DC. RGB value is (13,202,220). Sum of RGB (Red+Green+Blue) = 13+202+220=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DCADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCADC is #F23523. Grayscale: #939393. Windows color (decimal): -15873316 or 14469645. OLE color: 14469645.

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

Color convert

RGB 13 202 220 -
CMYK 0.94 0.08 0 0.14
HSL 185.22º 0.89% 0.46% -
HSV(B) 185.22º 0.94% 0.86% -
XYZ 34.2 47.49 75.07 -
YUV 147.54 168.88 32.04 -
System Red Green Blue C M Y K H S L
Decimal 13 202 220 0.94 0.08 0 0.14 185.22 0.89 0.46
Hex D CA DC 5E 8 0 E B9 59 2E
Octal 15 312 334 136 10 0 16 271 131 56
Binary 1101 11001010 11011100 1011110 1000 0 1110 10111001 1011001 101110

Color Harmonies of #0DCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCADC

Black with #0DCADC

Text Example


Text Example

White with #0DCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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