Html Css Color HEX #01DFE9 Bright Turquoise

📋 copy color: '#01DFE9'

red 1 ◦ green 223 ◦ blue 233

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

Shades of Bright Turquoise #01DFE9

Tints of Bright Turquoise #01DFE9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.8%

 BLUE value IS 233 (91.41% from 255) = 50.98%

R = 0.22%
G = 48.8%
B = 50.98%

CMYK

 C value IS 1.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#01DFE9 (or 0x01DFE9) is known color: Bright Turquoise. HEX triplet: 01, DF and E9. RGB value is (1,223,233). Sum of RGB (Red+Green+Blue) = 1+223+233=457 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #01DFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DFE9 is #FE2016. Grayscale: #9D9D9D. Windows color (decimal): -16654359 or 15326977. OLE color: 15326977.

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

Color convert

RGB 1 223 233 -
CMYK 1.00 0.04 0 0.09
HSL 182.59º 0.99% 0.46% -
HSV(B) 182.59º 1% 0.91% -
XYZ 41.11 58.67 86.25 -
YUV 157.76 170.45 16.19 -
System Red Green Blue C M Y K H S L
Decimal 1 223 233 1.00 0.04 0 0.09 182.59 0.99 0.46
Hex 1 DF E9 64 4 0 9 B7 63 2E
Octal 1 337 351 144 4 0 11 267 143 56
Binary 1 11011111 11101001 1100100 100 0 1001 10110111 1100011 101110

Color Harmonies of #01DFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFE9

Black with #01DFE9

Text Example


Text Example

White with #01DFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,223,233); }

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

background-color css

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

 a { background-color: rgb(1,223,233); }

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

border-color css

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

 span { border-color: rgb(1,223,233); }

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