Html Css Color HEX #01EAF2 Bright Turquoise

📋 copy color: '#01EAF2'

red 1 ◦ green 234 ◦ blue 242

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

Shades of Bright Turquoise #01EAF2

Tints of Bright Turquoise #01EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.06%

 BLUE value IS 242 (94.92% from 255) = 50.73%

R = 0.21%
G = 49.06%
B = 50.73%

CMYK

 C value IS 1.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01EAF2 (or 0x01EAF2) is known color: Bright Turquoise. HEX triplet: 01, EA and F2. RGB value is (1,234,242). Sum of RGB (Red+Green+Blue) = 1+234+242=477 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #01EAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EAF2 is #FE150D. Grayscale: #A4A4A4. Windows color (decimal): -16651534 or 15919617. OLE color: 15919617.

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

Color convert

RGB 1 234 242 -
CMYK 1.00 0.03 0 0.05
HSL 181.99º 0.99% 0.48% -
HSV(B) 181.99º 1% 0.95% -
XYZ 45.46 65.26 94.21 -
YUV 165.25 171.31 10.85 -
System Red Green Blue C M Y K H S L
Decimal 1 234 242 1.00 0.03 0 0.05 181.99 0.99 0.48
Hex 1 EA F2 64 3 0 5 B6 63 30
Octal 1 352 362 144 3 0 5 266 143 60
Binary 1 11101010 11110010 1100100 11 0 101 10110110 1100011 110000

Color Harmonies of #01EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EAF2

Black with #01EAF2

Text Example


Text Example

White with #01EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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