Html Css Color HEX #00D9EC Bright Turquoise

📋 copy color: '#00D9EC'

red 0 ◦ green 217 ◦ blue 236

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

Shades of Bright Turquoise #00D9EC

Tints of Bright Turquoise #00D9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.9%

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

R = 0%
G = 47.9%
B = 52.1%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00D9EC (or 0x00D9EC) is known color: Bright Turquoise. HEX triplet: 00, D9 and EC. RGB value is (0,217,236). Sum of RGB (Red+Green+Blue) = 0+217+236=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #00D9EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D9EC is #FF2613. Grayscale: #999999. Windows color (decimal): -16721428 or 15522048. OLE color: 15522048.

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

Color convert

RGB 0 217 236 -
CMYK 1 0.08 0 0.07
HSL 184.83º 1% 0.46% -
HSV(B) 184.83º 1% 0.93% -
XYZ 39.95 55.68 88 -
YUV 154.28 174.11 17.96 -
System Red Green Blue C M Y K H S L
Decimal 0 217 236 1 0.08 0 0.07 184.83 1 0.46
Hex 0 D9 EC 64 8 0 7 B9 64 2E
Octal 0 331 354 144 10 0 7 271 144 56
Binary 0 11011001 11101100 1100100 1000 0 111 10111001 1100100 101110

Color Harmonies of #00D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D9EC

Black with #00D9EC

Text Example


Text Example

White with #00D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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