Html Css Color HEX #02EEDB Bright Turquoise

📋 copy color: '#02EEDB'

red 2 ◦ green 238 ◦ blue 219

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

Shades of Bright Turquoise #02EEDB

Tints of Bright Turquoise #02EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.85%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 0.44%
G = 51.85%
B = 47.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#02EEDB (or 0x02EEDB) is known color: Bright Turquoise. HEX triplet: 02, EE and DB. RGB value is (2,238,219). Sum of RGB (Red+Green+Blue) = 2+238+219=459 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #02EEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EEDB is #FD1124. Grayscale: #A5A5A5. Windows color (decimal): -16584997 or 14413314. OLE color: 14413314.

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

Color convert

RGB 2 238 219 -
CMYK 0.99 0 0.08 0.07
HSL 175.17º 0.98% 0.47% -
HSV(B) 175.17º 0.99% 0.93% -
XYZ 43.39 66.28 77.52 -
YUV 165.27 158.31 11.54 -
System Red Green Blue C M Y K H S L
Decimal 2 238 219 0.99 0 0.08 0.07 175.17 0.98 0.47
Hex 2 EE DB 63 0 8 7 AF 62 2F
Octal 2 356 333 143 0 10 7 257 142 57
Binary 10 11101110 11011011 1100011 0 1000 111 10101111 1100010 101111

Color Harmonies of #02EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EEDB

Black with #02EEDB

Text Example


Text Example

White with #02EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,238,219); }

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

background-color css

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

 a { background-color: rgb(2,238,219); }

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

border-color css

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

 span { border-color: rgb(2,238,219); }

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