Html Css Color HEX #01F0EC Bright Turquoise

📋 copy color: '#01F0EC'

red 1 ◦ green 240 ◦ blue 236

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

Shades of Bright Turquoise #01F0EC

Tints of Bright Turquoise #01F0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.31%

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

R = 0.21%
G = 50.31%
B = 49.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#01F0EC (or 0x01F0EC) is known color: Bright Turquoise. HEX triplet: 01, F0 and EC. RGB value is (1,240,236). Sum of RGB (Red+Green+Blue) = 1+240+236=477 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #01F0EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F0EC is #FE0F13. Grayscale: #A7A7A7. Windows color (decimal): -16650004 or 15527937. OLE color: 15527937.

HSL color Cylindrical-coordinate representation of color #01F0EC: hue angle of 179º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F0EC is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 240 236 -
CMYK 1.00 0 0.02 0.06
HSL 179º 0.99% 0.47% -
HSV(B) 179º 1% 0.94% -
XYZ 46.31 68.38 90.12 -
YUV 168.08 166.32 8.83 -
System Red Green Blue C M Y K H S L
Decimal 1 240 236 1.00 0 0.02 0.06 179 0.99 0.47
Hex 1 F0 EC 64 0 2 6 B3 63 2F
Octal 1 360 354 144 0 2 6 263 143 57
Binary 1 11110000 11101100 1100100 0 10 110 10110011 1100011 101111

Color Harmonies of #01F0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F0EC

Black with #01F0EC

Text Example


Text Example

White with #01F0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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