Html Css Color HEX #00D1EC Dark Turquoise

📋 copy color: '#00D1EC'

red 0 ◦ green 209 ◦ blue 236

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

Shades of Dark Turquoise #00D1EC

Tints of Dark Turquoise #00D1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.97%

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

R = 0%
G = 46.97%
B = 53.03%

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

#00D1EC (or 0x00D1EC) is known color: Dark Turquoise. HEX triplet: 00, D1 and EC. RGB value is (0,209,236). Sum of RGB (Red+Green+Blue) = 0+209+236=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #00D1EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D1EC is #FF2E13. Grayscale: #959595. Windows color (decimal): -16723476 or 15520000. OLE color: 15520000.

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

Color convert

RGB 0 209 236 -
CMYK 1 0.11 0 0.07
HSL 186.86º 1% 0.46% -
HSV(B) 186.86º 1% 0.93% -
XYZ 37.94 51.66 87.33 -
YUV 149.59 176.76 21.3 -
System Red Green Blue C M Y K H S L
Decimal 0 209 236 1 0.11 0 0.07 186.86 1 0.46
Hex 0 D1 EC 64 B 0 7 BB 64 2E
Octal 0 321 354 144 13 0 7 273 144 56
Binary 0 11010001 11101100 1100100 1011 0 111 10111011 1100100 101110

Color Harmonies of #00D1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D1EC

Black with #00D1EC

Text Example


Text Example

White with #00D1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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