Html Css Color HEX #07E6C2 Bright Turquoise

📋 copy color: '#07E6C2'

red 7 ◦ green 230 ◦ blue 194

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

Shades of Bright Turquoise #07E6C2

Tints of Bright Turquoise #07E6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 1.62%
G = 53.36%
B = 45.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#07E6C2 (or 0x07E6C2) is known color: Bright Turquoise. HEX triplet: 07, E6 and C2. RGB value is (7,230,194). Sum of RGB (Red+Green+Blue) = 7+230+194=431 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #07E6C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07E6C2 is #F8193D. Grayscale: #9F9F9F. Windows color (decimal): -16259390 or 12772871. OLE color: 12772871.

HSL color Cylindrical-coordinate representation of color #07E6C2: hue angle of 170.31º 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 #07E6C2 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 7 230 194 -
CMYK 0.97 0 0.16 0.10
HSL 170.31º 0.94% 0.46% -
HSV(B) 170.31º 0.97% 0.9% -
XYZ 38.12 60.53 60.71 -
YUV 159.22 147.62 19.43 -
System Red Green Blue C M Y K H S L
Decimal 7 230 194 0.97 0 0.16 0.10 170.31 0.94 0.46
Hex 7 E6 C2 61 0 10 A AA 5E 2E
Octal 7 346 302 141 0 20 12 252 136 56
Binary 111 11100110 11000010 1100001 0 10000 1010 10101010 1011110 101110

Color Harmonies of #07E6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E6C2

Black with #07E6C2

Text Example


Text Example

White with #07E6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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