Html Css Color HEX #0DD0CF Dark Turquoise

📋 copy color: '#0DD0CF'

red 13 ◦ green 208 ◦ blue 207

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

Shades of Dark Turquoise #0DD0CF

Tints of Dark Turquoise #0DD0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.6%

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 3.04%
G = 48.6%
B = 48.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#0DD0CF (or 0x0DD0CF) is known color: Dark Turquoise. HEX triplet: 0D, D0 and CF. RGB value is (13,208,207). Sum of RGB (Red+Green+Blue) = 13+208+207=428 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD0CF is #F22F30. Grayscale: #959595. Windows color (decimal): -15871793 or 13619213. OLE color: 13619213.

HSL color Cylindrical-coordinate representation of color #0DD0CF: hue angle of 179.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD0CF is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 208 207 -
CMYK 0.94 0 0.00 0.18
HSL 179.69º 0.88% 0.43% -
HSV(B) 179.69º 0.94% 0.82% -
XYZ 33.98 49.7 66.83 -
YUV 149.58 160.4 30.58 -
System Red Green Blue C M Y K H S L
Decimal 13 208 207 0.94 0 0.00 0.18 179.69 0.88 0.43
Hex D D0 CF 5E 0 0 12 B4 58 2B
Octal 15 320 317 136 0 0 22 264 130 53
Binary 1101 11010000 11001111 1011110 0 0 10010 10110100 1011000 101011

Color Harmonies of #0DD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD0CF

Black with #0DD0CF

Text Example


Text Example

White with #0DD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,208,207); }

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

background-color css

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

 a { background-color: rgb(13,208,207); }

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

border-color css

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

 span { border-color: rgb(13,208,207); }

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