Html Css Color HEX #01F2ED Bright Turquoise

📋 copy color: '#01F2ED'

red 1 ◦ green 242 ◦ blue 237

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

Shades of Bright Turquoise #01F2ED

Tints of Bright Turquoise #01F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.42%

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 0.21%
G = 50.42%
B = 49.38%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#01F2ED (or 0x01F2ED) is known color: Bright Turquoise. HEX triplet: 01, F2 and ED. RGB value is (1,242,237). Sum of RGB (Red+Green+Blue) = 1+242+237=480 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F2ED is #FE0D12. Grayscale: #A9A9A9. Windows color (decimal): -16649491 or 15593985. OLE color: 15593985.

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

Color convert

RGB 1 242 237 -
CMYK 1.00 0 0.02 0.05
HSL 178.76º 0.99% 0.48% -
HSV(B) 178.76º 1% 0.95% -
XYZ 47.05 69.63 91.08 -
YUV 169.37 166.16 7.91 -
System Red Green Blue C M Y K H S L
Decimal 1 242 237 1.00 0 0.02 0.05 178.76 0.99 0.48
Hex 1 F2 ED 64 0 2 5 B3 63 30
Octal 1 362 355 144 0 2 5 263 143 60
Binary 1 11110010 11101101 1100100 0 10 101 10110011 1100011 110000

Color Harmonies of #01F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F2ED

Black with #01F2ED

Text Example


Text Example

White with #01F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,242,237); }

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

background-color css

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

 a { background-color: rgb(1,242,237); }

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

border-color css

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

 span { border-color: rgb(1,242,237); }

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