Html Css Color HEX #7EE5ED Turquoise Blue

📋 copy color: '#7EE5ED'

red 126 ◦ green 229 ◦ blue 237

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

Shades of Turquoise Blue #7EE5ED

Tints of Turquoise Blue #7EE5ED

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.68%

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 21.28%
G = 38.68%
B = 40.03%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EE5ED (or 0x7EE5ED) is known color: Turquoise Blue. HEX triplet: 7E, E5 and ED. RGB value is (126,229,237). Sum of RGB (Red+Green+Blue) = 126+229+237=592 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.28% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #7EE5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE5ED is #811A12. Grayscale: #C6C6C6. Windows color (decimal): -8460819 or 15590782. OLE color: 15590782.

HSL color Cylindrical-coordinate representation of color #7EE5ED: hue angle of 184.32º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EE5ED is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 229 237 -
CMYK 0.47 0.03 0 0.07
HSL 184.32º 0.76% 0.71% -
HSV(B) 184.32º 0.47% 0.93% -
XYZ 51.91 66.59 90.24 -
YUV 199.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 126 229 237 0.47 0.03 0 0.07 184.32 0.76 0.71
Hex 7E E5 ED 2F 3 0 7 B8 4C 47
Octal 176 345 355 57 3 0 7 270 114 107
Binary 1111110 11100101 11101101 101111 11 0 111 10111000 1001100 1000111

Color Harmonies of #7EE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE5ED

Black with #7EE5ED

Text Example


Text Example

White with #7EE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,229,237); }

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

background-color css

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

 a { background-color: rgb(126,229,237); }

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

border-color css

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

 span { border-color: rgb(126,229,237); }

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