Html Css Color HEX #01D9EC Bright Turquoise

📋 copy color: '#01D9EC'

red 1 ◦ green 217 ◦ blue 236

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

Shades of Bright Turquoise #01D9EC

Tints of Bright Turquoise #01D9EC

RGB

 RED value IS 1 (0.78% from 255) = 0.22%

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

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

R = 0.22%
G = 47.8%
B = 51.98%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01D9EC (or 0x01D9EC) is known color: Bright Turquoise. HEX triplet: 01, D9 and EC. RGB value is (1,217,236). Sum of RGB (Red+Green+Blue) = 1+217+236=454 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #01D9EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D9EC is #FE2613. Grayscale: #9A9A9A. Windows color (decimal): -16655892 or 15522049. OLE color: 15522049.

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

Color convert

RGB 1 217 236 -
CMYK 1.00 0.08 0 0.07
HSL 184.85º 0.99% 0.46% -
HSV(B) 184.85º 1% 0.93% -
XYZ 39.97 55.69 88 -
YUV 154.58 173.94 18.46 -
System Red Green Blue C M Y K H S L
Decimal 1 217 236 1.00 0.08 0 0.07 184.85 0.99 0.46
Hex 1 D9 EC 64 8 0 7 B9 63 2E
Octal 1 331 354 144 10 0 7 271 143 56
Binary 1 11011001 11101100 1100100 1000 0 111 10111001 1100011 101110

Color Harmonies of #01D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D9EC

Black with #01D9EC

Text Example


Text Example

White with #01D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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