Html Css Color HEX #07EEC8 Bright Turquoise

📋 copy color: '#07EEC8'

red 7 ◦ green 238 ◦ blue 200

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

Shades of Bright Turquoise #07EEC8

Tints of Bright Turquoise #07EEC8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.48%

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 1.57%
G = 53.48%
B = 44.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#07EEC8 (or 0x07EEC8) is known color: Bright Turquoise. HEX triplet: 07, EE and C8. RGB value is (7,238,200). Sum of RGB (Red+Green+Blue) = 7+238+200=445 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #07EEC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EEC8 is #F81137. Grayscale: #A4A4A4. Windows color (decimal): -16257336 or 13168135. OLE color: 13168135.

HSL color Cylindrical-coordinate representation of color #07EEC8: hue angle of 170.13º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EEC8 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 238 200 -
CMYK 0.97 0 0.16 0.07
HSL 170.13º 0.94% 0.48% -
HSV(B) 170.13º 0.97% 0.93% -
XYZ 41.09 65.36 65.09 -
YUV 164.6 147.97 15.59 -
System Red Green Blue C M Y K H S L
Decimal 7 238 200 0.97 0 0.16 0.07 170.13 0.94 0.48
Hex 7 EE C8 61 0 10 7 AA 5E 30
Octal 7 356 310 141 0 20 7 252 136 60
Binary 111 11101110 11001000 1100001 0 10000 111 10101010 1011110 110000

Color Harmonies of #07EEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EEC8

Black with #07EEC8

Text Example


Text Example

White with #07EEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,238,200); }

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

background-color css

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

 a { background-color: rgb(7,238,200); }

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

border-color css

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

 span { border-color: rgb(7,238,200); }

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