Html Css Color HEX #02EFDA Bright Turquoise

📋 copy color: '#02EFDA'

red 2 ◦ green 239 ◦ blue 218

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

Shades of Bright Turquoise #02EFDA

Tints of Bright Turquoise #02EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 0.44%
G = 52.07%
B = 47.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#02EFDA (or 0x02EFDA) is known color: Bright Turquoise. HEX triplet: 02, EF and DA. RGB value is (2,239,218). Sum of RGB (Red+Green+Blue) = 2+239+218=459 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #02EFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EFDA is #FD1025. Grayscale: #A5A5A5. Windows color (decimal): -16584742 or 14348034. OLE color: 14348034.

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

Color convert

RGB 2 239 218 -
CMYK 0.99 0 0.09 0.06
HSL 174.68º 0.98% 0.47% -
HSV(B) 174.68º 0.99% 0.94% -
XYZ 43.55 66.81 76.93 -
YUV 165.74 157.48 11.21 -
System Red Green Blue C M Y K H S L
Decimal 2 239 218 0.99 0 0.09 0.06 174.68 0.98 0.47
Hex 2 EF DA 63 0 9 6 AF 62 2F
Octal 2 357 332 143 0 11 6 257 142 57
Binary 10 11101111 11011010 1100011 0 1001 110 10101111 1100010 101111

Color Harmonies of #02EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EFDA

Black with #02EFDA

Text Example


Text Example

White with #02EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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