Html Css Color HEX #07E6DB Bright Turquoise

📋 copy color: '#07E6DB'

red 7 ◦ green 230 ◦ blue 219

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

Shades of Bright Turquoise #07E6DB

Tints of Bright Turquoise #07E6DB

RGB

 RED value IS 7 (3.13% from 255) = 1.54%

 GREEN value IS 230 (90.23% from 255) = 50.44%

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

R = 1.54%
G = 50.44%
B = 48.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#07E6DB (or 0x07E6DB) is known color: Bright Turquoise. HEX triplet: 07, E6 and DB. RGB value is (7,230,219). Sum of RGB (Red+Green+Blue) = 7+230+219=456 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #07E6DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07E6DB is #F81924. Grayscale: #A1A1A1. Windows color (decimal): -16259365 or 14411271. OLE color: 14411271.

HSL color Cylindrical-coordinate representation of color #07E6DB: hue angle of 177.04º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E6DB is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 7 230 219 -
CMYK 0.97 0 0.05 0.10
HSL 177.04º 0.94% 0.46% -
HSV(B) 177.04º 0.97% 0.9% -
XYZ 41.17 61.75 76.77 -
YUV 162.07 160.12 17.39 -
System Red Green Blue C M Y K H S L
Decimal 7 230 219 0.97 0 0.05 0.10 177.04 0.94 0.46
Hex 7 E6 DB 61 0 5 A B1 5E 2E
Octal 7 346 333 141 0 5 12 261 136 56
Binary 111 11100110 11011011 1100001 0 101 1010 10110001 1011110 101110

Color Harmonies of #07E6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E6DB

Black with #07E6DB

Text Example


Text Example

White with #07E6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07E6DB; }

 p { color: rgb(7,230,219); }

 H1.HeaderClassName
 {
   color: #07E6DB;
 }
 .AnyTagClassName
 {
   color: #07E6DB;
 }
</style>

background-color css

<style>
 a { background-color: #07E6DB; }

 a { background-color: rgb(7,230,219); }

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

border-color css

<style>
 span { border-color: #07E6DB; }

 span { border-color: rgb(7,230,219); }

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