Html Css Color HEX #7EE8ED Turquoise Blue

📋 copy color: '#7EE8ED'

red 126 ◦ green 232 ◦ blue 237

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

Shades of Turquoise Blue #7EE8ED

Tints of Turquoise Blue #7EE8ED

RGB

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

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

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

R = 21.18%
G = 38.99%
B = 39.83%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EE8ED (or 0x7EE8ED) is known color: Turquoise Blue. HEX triplet: 7E, E8 and ED. RGB value is (126,232,237). Sum of RGB (Red+Green+Blue) = 126+232+237=595 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.18% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #7EE8ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE8ED is #811712. Grayscale: #C8C8C8. Windows color (decimal): -8460051 or 15591550. OLE color: 15591550.

HSL color Cylindrical-coordinate representation of color #7EE8ED: hue angle of 182.7º 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 #7EE8ED is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 232 237 -
CMYK 0.47 0.02 0 0.07
HSL 182.7º 0.76% 0.71% -
HSV(B) 182.7º 0.47% 0.93% -
XYZ 52.75 68.26 90.52 -
YUV 200.88 148.38 74.59 -
System Red Green Blue C M Y K H S L
Decimal 126 232 237 0.47 0.02 0 0.07 182.7 0.76 0.71
Hex 7E E8 ED 2F 2 0 7 B7 4C 47
Octal 176 350 355 57 2 0 7 267 114 107
Binary 1111110 11101000 11101101 101111 10 0 111 10110111 1001100 1000111

Color Harmonies of #7EE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE8ED

Black with #7EE8ED

Text Example


Text Example

White with #7EE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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