Html Css Color HEX #02EFE2 Bright Turquoise

📋 copy color: '#02EFE2'

red 2 ◦ green 239 ◦ blue 226

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

Shades of Bright Turquoise #02EFE2

Tints of Bright Turquoise #02EFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.18%

 BLUE value IS 226 (88.67% from 255) = 48.39%

R = 0.43%
G = 51.18%
B = 48.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#02EFE2 (or 0x02EFE2) is known color: Bright Turquoise. HEX triplet: 02, EF and E2. RGB value is (2,239,226). Sum of RGB (Red+Green+Blue) = 2+239+226=467 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #02EFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EFE2 is #FD101D. Grayscale: #A6A6A6. Windows color (decimal): -16584734 or 14872322. OLE color: 14872322.

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

Color convert

RGB 2 239 226 -
CMYK 0.99 0 0.05 0.06
HSL 176.71º 0.98% 0.47% -
HSV(B) 176.71º 0.99% 0.94% -
XYZ 44.62 67.24 82.58 -
YUV 166.66 161.48 10.56 -
System Red Green Blue C M Y K H S L
Decimal 2 239 226 0.99 0 0.05 0.06 176.71 0.98 0.47
Hex 2 EF E2 63 0 5 6 B1 62 2F
Octal 2 357 342 143 0 5 6 261 142 57
Binary 10 11101111 11100010 1100011 0 101 110 10110001 1100010 101111

Color Harmonies of #02EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EFE2

Black with #02EFE2

Text Example


Text Example

White with #02EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,239,226); }

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

background-color css

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

 a { background-color: rgb(2,239,226); }

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

border-color css

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

 span { border-color: rgb(2,239,226); }

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