Html Css Color HEX #00D4EB Dark Turquoise

📋 copy color: '#00D4EB'

red 0 ◦ green 212 ◦ blue 235

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

Shades of Dark Turquoise #00D4EB

Tints of Dark Turquoise #00D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.43%

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

R = 0%
G = 47.43%
B = 52.57%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00D4EB (or 0x00D4EB) is known color: Dark Turquoise. HEX triplet: 00, D4 and EB. RGB value is (0,212,235). Sum of RGB (Red+Green+Blue) = 0+212+235=447 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #00D4EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D4EB is #FF2B14. Grayscale: #969696. Windows color (decimal): -16722709 or 15455232. OLE color: 15455232.

HSL color Cylindrical-coordinate representation of color #00D4EB: hue angle of 185.87º 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 #00D4EB is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 212 235 -
CMYK 1 0.10 0 0.08
HSL 185.87º 1% 0.46% -
HSV(B) 185.87º 1% 0.92% -
XYZ 38.54 53.09 86.81 -
YUV 151.23 175.26 20.13 -
System Red Green Blue C M Y K H S L
Decimal 0 212 235 1 0.10 0 0.08 185.87 1 0.46
Hex 0 D4 EB 64 A 0 8 BA 64 2E
Octal 0 324 353 144 12 0 10 272 144 56
Binary 0 11010100 11101011 1100100 1010 0 1000 10111010 1100100 101110

Color Harmonies of #00D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D4EB

Black with #00D4EB

Text Example


Text Example

White with #00D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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