Html Css Color HEX #7EE8EA Turquoise Blue

📋 copy color: '#7EE8EA'

red 126 ◦ green 232 ◦ blue 234

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

Shades of Turquoise Blue #7EE8EA

Tints of Turquoise Blue #7EE8EA

RGB

 RED value IS 126 (49.61% from 255) = 21.28%

 GREEN value IS 232 (91.02% from 255) = 39.19%

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 21.28%
G = 39.19%
B = 39.53%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7EE8EA (or 0x7EE8EA) is known color: Turquoise Blue. HEX triplet: 7E, E8 and EA. RGB value is (126,232,234). Sum of RGB (Red+Green+Blue) = 126+232+234=592 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.28% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EE8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE8EA is #811715. Grayscale: #C8C8C8. Windows color (decimal): -8460054 or 15394942. OLE color: 15394942.

HSL color Cylindrical-coordinate representation of color #7EE8EA: hue angle of 181.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE8EA is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 232 234 -
CMYK 0.46 0.01 0 0.08
HSL 181.11º 0.72% 0.71% -
HSV(B) 181.11º 0.46% 0.92% -
XYZ 52.31 68.09 88.23 -
YUV 200.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 126 232 234 0.46 0.01 0 0.08 181.11 0.72 0.71
Hex 7E E8 EA 2E 1 0 8 B5 48 47
Octal 176 350 352 56 1 0 10 265 110 107
Binary 1111110 11101000 11101010 101110 1 0 1000 10110101 1001000 1000111

Color Harmonies of #7EE8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE8EA

Black with #7EE8EA

Text Example


Text Example

White with #7EE8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EE8EA; }

 p { color: rgb(126,232,234); }

 H1.HeaderClassName
 {
   color: #7EE8EA;
 }
 .AnyTagClassName
 {
   color: #7EE8EA;
 }
</style>

background-color css

<style>
 a { background-color: #7EE8EA; }

 a { background-color: rgb(126,232,234); }

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

border-color css

<style>
 span { border-color: #7EE8EA; }

 span { border-color: rgb(126,232,234); }

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