Html Css Color HEX #07EACC Bright Turquoise

📋 copy color: '#07EACC'

red 7 ◦ green 234 ◦ blue 204

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

Shades of Bright Turquoise #07EACC

Tints of Bright Turquoise #07EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.58%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 1.57%
G = 52.58%
B = 45.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#07EACC (or 0x07EACC) is known color: Bright Turquoise. HEX triplet: 07, EA and CC. RGB value is (7,234,204). Sum of RGB (Red+Green+Blue) = 7+234+204=445 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #07EACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EACC is #F81533. Grayscale: #A2A2A2. Windows color (decimal): -16258356 or 13429255. OLE color: 13429255.

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

Color convert

RGB 7 234 204 -
CMYK 0.97 0 0.13 0.08
HSL 172.07º 0.94% 0.47% -
HSV(B) 172.07º 0.97% 0.92% -
XYZ 40.41 63.25 67.21 -
YUV 162.71 151.29 16.94 -
System Red Green Blue C M Y K H S L
Decimal 7 234 204 0.97 0 0.13 0.08 172.07 0.94 0.47
Hex 7 EA CC 61 0 D 8 AC 5E 2F
Octal 7 352 314 141 0 15 10 254 136 57
Binary 111 11101010 11001100 1100001 0 1101 1000 10101100 1011110 101111

Color Harmonies of #07EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EACC

Black with #07EACC

Text Example


Text Example

White with #07EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,234,204); }

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

background-color css

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

 a { background-color: rgb(7,234,204); }

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

border-color css

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

 span { border-color: rgb(7,234,204); }

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