Html Css Color HEX #00D2EC Dark Turquoise

📋 copy color: '#00D2EC'

red 0 ◦ green 210 ◦ blue 236

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

Shades of Dark Turquoise #00D2EC

Tints of Dark Turquoise #00D2EC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 0%
G = 47.09%
B = 52.91%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00D2EC (or 0x00D2EC) is known color: Dark Turquoise. HEX triplet: 00, D2 and EC. RGB value is (0,210,236). Sum of RGB (Red+Green+Blue) = 0+210+236=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #00D2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D2EC is #FF2D13. Grayscale: #959595. Windows color (decimal): -16723220 or 15520256. OLE color: 15520256.

HSL color Cylindrical-coordinate representation of color #00D2EC: hue angle of 186.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D2EC is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 210 236 -
CMYK 1 0.11 0 0.07
HSL 186.61º 1% 0.46% -
HSV(B) 186.61º 1% 0.93% -
XYZ 38.19 52.15 87.41 -
YUV 150.17 176.43 20.89 -
System Red Green Blue C M Y K H S L
Decimal 0 210 236 1 0.11 0 0.07 186.61 1 0.46
Hex 0 D2 EC 64 B 0 7 BB 64 2E
Octal 0 322 354 144 13 0 7 273 144 56
Binary 0 11010010 11101100 1100100 1011 0 111 10111011 1100100 101110

Color Harmonies of #00D2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D2EC

Black with #00D2EC

Text Example


Text Example

White with #00D2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D2EC; }

 p { color: rgb(0,210,236); }

 H1.HeaderClassName
 {
   color: #00D2EC;
 }
 .AnyTagClassName
 {
   color: #00D2EC;
 }
</style>

background-color css

<style>
 a { background-color: #00D2EC; }

 a { background-color: rgb(0,210,236); }

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

border-color css

<style>
 span { border-color: #00D2EC; }

 span { border-color: rgb(0,210,236); }

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