Html Css Color HEX #02EBF2 Bright Turquoise

📋 copy color: '#02EBF2'

red 2 ◦ green 235 ◦ blue 242

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

Shades of Bright Turquoise #02EBF2

Tints of Bright Turquoise #02EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.06%

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

R = 0.42%
G = 49.06%
B = 50.52%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#02EBF2 (or 0x02EBF2) is known color: Bright Turquoise. HEX triplet: 02, EB and F2. RGB value is (2,235,242). Sum of RGB (Red+Green+Blue) = 2+235+242=479 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #02EBF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EBF2 is #FD140D. Grayscale: #A5A5A5. Windows color (decimal): -16585742 or 15919874. OLE color: 15919874.

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

Color convert

RGB 2 235 242 -
CMYK 0.99 0.03 0 0.05
HSL 181.75º 0.98% 0.48% -
HSV(B) 181.75º 0.99% 0.95% -
XYZ 45.76 65.84 94.3 -
YUV 166.13 170.81 10.93 -
System Red Green Blue C M Y K H S L
Decimal 2 235 242 0.99 0.03 0 0.05 181.75 0.98 0.48
Hex 2 EB F2 63 3 0 5 B6 62 30
Octal 2 353 362 143 3 0 5 266 142 60
Binary 10 11101011 11110010 1100011 11 0 101 10110110 1100010 110000

Color Harmonies of #02EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EBF2

Black with #02EBF2

Text Example


Text Example

White with #02EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,235,242); }

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

background-color css

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

 a { background-color: rgb(2,235,242); }

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

border-color css

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

 span { border-color: rgb(2,235,242); }

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