Html Css Color HEX #01F7D8 Bright Turquoise

📋 copy color: '#01F7D8'

red 1 ◦ green 247 ◦ blue 216

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

Shades of Bright Turquoise #01F7D8

Tints of Bright Turquoise #01F7D8

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.23%

 BLUE value IS 216 (84.77% from 255) = 46.55%

R = 0.22%
G = 53.23%
B = 46.55%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#01F7D8 (or 0x01F7D8) is known color: Bright Turquoise. HEX triplet: 01, F7 and D8. RGB value is (1,247,216). Sum of RGB (Red+Green+Blue) = 1+247+216=464 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 464); Green value is 247 (96.88% from 255 or 53.23% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 247 - color contains mainly: green. Hex color #01F7D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F7D8 is #FE0827. Grayscale: #A9A9A9. Windows color (decimal): -16648232 or 14219009. OLE color: 14219009.

HSL color Cylindrical-coordinate representation of color #01F7D8: hue angle of 172.44º 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 #01F7D8 is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 247 216 -
CMYK 1.00 0 0.13 0.03
HSL 172.44º 0.99% 0.49% -
HSV(B) 172.44º 1% 0.97% -
XYZ 45.67 71.49 76.36 -
YUV 169.91 154 7.52 -
System Red Green Blue C M Y K H S L
Decimal 1 247 216 1.00 0 0.13 0.03 172.44 0.99 0.49
Hex 1 F7 D8 64 0 D 3 AC 63 31
Octal 1 367 330 144 0 15 3 254 143 61
Binary 1 11110111 11011000 1100100 0 1101 11 10101100 1100011 110001

Color Harmonies of #01F7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F7D8

Black with #01F7D8

Text Example


Text Example

White with #01F7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,247,216); }

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

background-color css

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

 a { background-color: rgb(1,247,216); }

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

border-color css

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

 span { border-color: rgb(1,247,216); }

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