Html Css Color HEX #07EBC1 Bright Turquoise

📋 copy color: '#07EBC1'

red 7 ◦ green 235 ◦ blue 193

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

Shades of Bright Turquoise #07EBC1

Tints of Bright Turquoise #07EBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.02%

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 1.61%
G = 54.02%
B = 44.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#07EBC1 (or 0x07EBC1) is known color: Bright Turquoise. HEX triplet: 07, EB and C1. RGB value is (7,235,193). Sum of RGB (Red+Green+Blue) = 7+235+193=435 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #07EBC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EBC1 is #F8143E. Grayscale: #A1A1A1. Windows color (decimal): -16258111 or 12708615. OLE color: 12708615.

HSL color Cylindrical-coordinate representation of color #07EBC1: hue angle of 168.95º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EBC1 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 235 193 -
CMYK 0.97 0 0.18 0.08
HSL 168.95º 0.94% 0.47% -
HSV(B) 168.95º 0.97% 0.92% -
XYZ 39.42 63.31 60.59 -
YUV 162.04 145.46 17.42 -
System Red Green Blue C M Y K H S L
Decimal 7 235 193 0.97 0 0.18 0.08 168.95 0.94 0.47
Hex 7 EB C1 61 0 12 8 A9 5E 2F
Octal 7 353 301 141 0 22 10 251 136 57
Binary 111 11101011 11000001 1100001 0 10010 1000 10101001 1011110 101111

Color Harmonies of #07EBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EBC1

Black with #07EBC1

Text Example


Text Example

White with #07EBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,235,193); }

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

background-color css

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

 a { background-color: rgb(7,235,193); }

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

border-color css

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

 span { border-color: rgb(7,235,193); }

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