Html Css Color HEX #07F5E5 Bright Turquoise

📋 copy color: '#07F5E5'

red 7 ◦ green 245 ◦ blue 229

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

Shades of Bright Turquoise #07F5E5

Tints of Bright Turquoise #07F5E5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.94%

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 1.46%
G = 50.94%
B = 47.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#07F5E5 (or 0x07F5E5) is known color: Bright Turquoise. HEX triplet: 07, F5 and E5. RGB value is (7,245,229). Sum of RGB (Red+Green+Blue) = 7+245+229=481 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #07F5E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F5E5 is #F80A1A. Grayscale: #ABABAB. Windows color (decimal): -16255515 or 15070471. OLE color: 15070471.

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

Color convert

RGB 7 245 229 -
CMYK 0.97 0 0.07 0.04
HSL 175.97º 0.94% 0.49% -
HSV(B) 175.97º 0.97% 0.96% -
XYZ 46.88 71.01 85.36 -
YUV 172.01 160.15 10.3 -
System Red Green Blue C M Y K H S L
Decimal 7 245 229 0.97 0 0.07 0.04 175.97 0.94 0.49
Hex 7 F5 E5 61 0 7 4 B0 5E 31
Octal 7 365 345 141 0 7 4 260 136 61
Binary 111 11110101 11100101 1100001 0 111 100 10110000 1011110 110001

Color Harmonies of #07F5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F5E5

Black with #07F5E5

Text Example


Text Example

White with #07F5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,245,229); }

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

background-color css

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

 a { background-color: rgb(7,245,229); }

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

border-color css

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

 span { border-color: rgb(7,245,229); }

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