Html Css Color HEX #00D2EB Dark Turquoise

📋 copy color: '#00D2EB'

red 0 ◦ green 210 ◦ blue 235

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

Shades of Dark Turquoise #00D2EB

Tints of Dark Turquoise #00D2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 0%
G = 47.19%
B = 52.81%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00D2EB (or 0x00D2EB) is known color: Dark Turquoise. HEX triplet: 00, D2 and EB. RGB value is (0,210,235). Sum of RGB (Red+Green+Blue) = 0+210+235=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #00D2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D2EB is #FF2D14. Grayscale: #959595. Windows color (decimal): -16723221 or 15454720. OLE color: 15454720.

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

Color convert

RGB 0 210 235 -
CMYK 1 0.11 0 0.08
HSL 186.38º 1% 0.46% -
HSV(B) 186.38º 1% 0.92% -
XYZ 38.04 52.09 86.65 -
YUV 150.06 175.93 20.97 -
System Red Green Blue C M Y K H S L
Decimal 0 210 235 1 0.11 0 0.08 186.38 1 0.46
Hex 0 D2 EB 64 B 0 8 BA 64 2E
Octal 0 322 353 144 13 0 10 272 144 56
Binary 0 11010010 11101011 1100100 1011 0 1000 10111010 1100100 101110

Color Harmonies of #00D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D2EB

Black with #00D2EB

Text Example


Text Example

White with #00D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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