Html Css Color HEX #07EAE3 Bright Turquoise

📋 copy color: '#07EAE3'

red 7 ◦ green 234 ◦ blue 227

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

Shades of Bright Turquoise #07EAE3

Tints of Bright Turquoise #07EAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.5%

R = 1.5%
G = 50%
B = 48.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#07EAE3 (or 0x07EAE3) is known color: Bright Turquoise. HEX triplet: 07, EA and E3. RGB value is (7,234,227). Sum of RGB (Red+Green+Blue) = 7+234+227=468 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #07EAE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EAE3 is #F8151C. Grayscale: #A5A5A5. Windows color (decimal): -16258333 or 14936583. OLE color: 14936583.

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

Color convert

RGB 7 234 227 -
CMYK 0.97 0 0.03 0.08
HSL 178.15º 0.94% 0.47% -
HSV(B) 178.15º 0.97% 0.92% -
XYZ 43.38 64.44 82.82 -
YUV 165.33 162.79 15.07 -
System Red Green Blue C M Y K H S L
Decimal 7 234 227 0.97 0 0.03 0.08 178.15 0.94 0.47
Hex 7 EA E3 61 0 3 8 B2 5E 2F
Octal 7 352 343 141 0 3 10 262 136 57
Binary 111 11101010 11100011 1100001 0 11 1000 10110010 1011110 101111

Color Harmonies of #07EAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EAE3

Black with #07EAE3

Text Example


Text Example

White with #07EAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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