Html Css Color HEX #02EDF1 Bright Turquoise

📋 copy color: '#02EDF1'

red 2 ◦ green 237 ◦ blue 241

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

Shades of Bright Turquoise #02EDF1

Tints of Bright Turquoise #02EDF1

RGB

 RED value IS 2 (1.17% from 255) = 0.42%

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

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 0.42%
G = 49.38%
B = 50.21%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#02EDF1 (or 0x02EDF1) is known color: Bright Turquoise. HEX triplet: 02, ED and F1. RGB value is (2,237,241). Sum of RGB (Red+Green+Blue) = 2+237+241=480 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #02EDF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EDF1 is #FD120E. Grayscale: #A6A6A6. Windows color (decimal): -16585231 or 15854850. OLE color: 15854850.

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

Color convert

RGB 2 237 241 -
CMYK 0.99 0.02 0 0.05
HSL 181º 0.98% 0.48% -
HSV(B) 181º 0.99% 0.95% -
XYZ 46.19 66.93 93.7 -
YUV 167.19 169.64 10.17 -
System Red Green Blue C M Y K H S L
Decimal 2 237 241 0.99 0.02 0 0.05 181 0.98 0.48
Hex 2 ED F1 63 2 0 5 B5 62 30
Octal 2 355 361 143 2 0 5 265 142 60
Binary 10 11101101 11110001 1100011 10 0 101 10110101 1100010 110000

Color Harmonies of #02EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EDF1

Black with #02EDF1

Text Example


Text Example

White with #02EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02EDF1; }

 p { color: rgb(2,237,241); }

 H1.HeaderClassName
 {
   color: #02EDF1;
 }
 .AnyTagClassName
 {
   color: #02EDF1;
 }
</style>

background-color css

<style>
 a { background-color: #02EDF1; }

 a { background-color: rgb(2,237,241); }

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

border-color css

<style>
 span { border-color: #02EDF1; }

 span { border-color: rgb(2,237,241); }

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