Html Css Color HEX #0DC3DD Dark Turquoise

📋 copy color: '#0DC3DD'

red 13 ◦ green 195 ◦ blue 221

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

Shades of Dark Turquoise #0DC3DD

Tints of Dark Turquoise #0DC3DD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 3.03%
G = 45.45%
B = 51.52%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DC3DD (or 0x0DC3DD) is known color: Dark Turquoise. HEX triplet: 0D, C3 and DD. RGB value is (13,195,221). Sum of RGB (Red+Green+Blue) = 13+195+221=429 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.03% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DC3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC3DD is #F23C22. Grayscale: #8F8F8F. Windows color (decimal): -15875107 or 14533389. OLE color: 14533389.

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

Color convert

RGB 13 195 221 -
CMYK 0.94 0.12 0 0.13
HSL 187.5º 0.89% 0.46% -
HSV(B) 187.5º 0.94% 0.87% -
XYZ 32.73 44.34 75.24 -
YUV 143.55 171.7 34.89 -
System Red Green Blue C M Y K H S L
Decimal 13 195 221 0.94 0.12 0 0.13 187.5 0.89 0.46
Hex D C3 DD 5E C 0 D BC 59 2E
Octal 15 303 335 136 14 0 15 274 131 56
Binary 1101 11000011 11011101 1011110 1100 0 1101 10111100 1011001 101110

Color Harmonies of #0DC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC3DD

Black with #0DC3DD

Text Example


Text Example

White with #0DC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,195,221); }

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

background-color css

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

 a { background-color: rgb(13,195,221); }

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

border-color css

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

 span { border-color: rgb(13,195,221); }

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