Html Css Color HEX #02E7DB Bright Turquoise

📋 copy color: '#02E7DB'

red 2 ◦ green 231 ◦ blue 219

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

Shades of Bright Turquoise #02E7DB

Tints of Bright Turquoise #02E7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.11%

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

R = 0.44%
G = 51.11%
B = 48.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#02E7DB (or 0x02E7DB) is known color: Bright Turquoise. HEX triplet: 02, E7 and DB. RGB value is (2,231,219). Sum of RGB (Red+Green+Blue) = 2+231+219=452 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #02E7DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E7DB is #FD1824. Grayscale: #A0A0A0. Windows color (decimal): -16586789 or 14411522. OLE color: 14411522.

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

Color convert

RGB 2 231 219 -
CMYK 0.99 0 0.05 0.09
HSL 176.86º 0.98% 0.46% -
HSV(B) 176.86º 0.99% 0.91% -
XYZ 41.39 62.28 76.86 -
YUV 161.16 160.63 14.48 -
System Red Green Blue C M Y K H S L
Decimal 2 231 219 0.99 0 0.05 0.09 176.86 0.98 0.46
Hex 2 E7 DB 63 0 5 9 B1 62 2E
Octal 2 347 333 143 0 5 11 261 142 56
Binary 10 11100111 11011011 1100011 0 101 1001 10110001 1100010 101110

Color Harmonies of #02E7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E7DB

Black with #02E7DB

Text Example


Text Example

White with #02E7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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