Html Css Color HEX #01DFF8 Bright Turquoise

📋 copy color: '#01DFF8'

red 1 ◦ green 223 ◦ blue 248

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

Shades of Bright Turquoise #01DFF8

Tints of Bright Turquoise #01DFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.54%

R = 0.21%
G = 47.25%
B = 52.54%

CMYK

 C value IS 1.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#01DFF8 (or 0x01DFF8) is known color: Bright Turquoise. HEX triplet: 01, DF and F8. RGB value is (1,223,248). Sum of RGB (Red+Green+Blue) = 1+223+248=472 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #01DFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DFF8 is #FE2007. Grayscale: #9F9F9F. Windows color (decimal): -16654344 or 16310017. OLE color: 16310017.

HSL color Cylindrical-coordinate representation of color #01DFF8: hue angle of 186.07º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DFF8 is Cyan = 1.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 223 248 -
CMYK 1.00 0.10 0 0.03
HSL 186.07º 0.99% 0.49% -
HSV(B) 186.07º 1% 0.97% -
XYZ 43.34 59.56 98.02 -
YUV 159.47 177.95 14.97 -
System Red Green Blue C M Y K H S L
Decimal 1 223 248 1.00 0.10 0 0.03 186.07 0.99 0.49
Hex 1 DF F8 64 A 0 3 BA 63 31
Octal 1 337 370 144 12 0 3 272 143 61
Binary 1 11011111 11111000 1100100 1010 0 11 10111010 1100011 110001

Color Harmonies of #01DFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFF8

Black with #01DFF8

Text Example


Text Example

White with #01DFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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