Html Css Color HEX #0DD2E7 Dark Turquoise

📋 copy color: '#0DD2E7'

red 13 ◦ green 210 ◦ blue 231

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

Shades of Dark Turquoise #0DD2E7

Tints of Dark Turquoise #0DD2E7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.26%

 BLUE value IS 231 (90.63% from 255) = 50.88%

R = 2.86%
G = 46.26%
B = 50.88%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0DD2E7 (or 0x0DD2E7) is known color: Dark Turquoise. HEX triplet: 0D, D2 and E7. RGB value is (13,210,231). Sum of RGB (Red+Green+Blue) = 13+210+231=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #0DD2E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD2E7 is #F22D18. Grayscale: #999999. Windows color (decimal): -15871257 or 15192589. OLE color: 15192589.

HSL color Cylindrical-coordinate representation of color #0DD2E7: hue angle of 185.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD2E7 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 13 210 231 -
CMYK 0.94 0.09 0 0.09
HSL 185.78º 0.89% 0.48% -
HSV(B) 185.78º 0.94% 0.91% -
XYZ 37.64 51.95 83.64 -
YUV 153.49 171.73 27.79 -
System Red Green Blue C M Y K H S L
Decimal 13 210 231 0.94 0.09 0 0.09 185.78 0.89 0.48
Hex D D2 E7 5E 9 0 9 BA 59 30
Octal 15 322 347 136 11 0 11 272 131 60
Binary 1101 11010010 11100111 1011110 1001 0 1001 10111010 1011001 110000

Color Harmonies of #0DD2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD2E7

Black with #0DD2E7

Text Example


Text Example

White with #0DD2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,210,231); }

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

background-color css

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

 a { background-color: rgb(13,210,231); }

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

border-color css

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

 span { border-color: rgb(13,210,231); }

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