Html Css Color HEX #7EDEEE Turquoise Blue

📋 copy color: '#7EDEEE'

red 126 ◦ green 222 ◦ blue 238

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

Shades of Turquoise Blue #7EDEEE

Tints of Turquoise Blue #7EDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.88%

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 21.5%
G = 37.88%
B = 40.61%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EDEEE (or 0x7EDEEE) is known color: Turquoise Blue. HEX triplet: 7E, DE and EE. RGB value is (126,222,238). Sum of RGB (Red+Green+Blue) = 126+222+238=586 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.50% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #7EDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDEEE is #812111. Grayscale: #C2C2C2. Windows color (decimal): -8462610 or 15654526. OLE color: 15654526.

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

Color convert

RGB 126 222 238 -
CMYK 0.47 0.07 0 0.07
HSL 188.57º 0.77% 0.71% -
HSV(B) 188.57º 0.47% 0.93% -
XYZ 50.16 62.85 90.38 -
YUV 195.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 126 222 238 0.47 0.07 0 0.07 188.57 0.77 0.71
Hex 7E DE EE 2F 7 0 7 BD 4D 47
Octal 176 336 356 57 7 0 7 275 115 107
Binary 1111110 11011110 11101110 101111 111 0 111 10111101 1001101 1000111

Color Harmonies of #7EDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDEEE

Black with #7EDEEE

Text Example


Text Example

White with #7EDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,222,238); }

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

background-color css

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

 a { background-color: rgb(126,222,238); }

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

border-color css

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

 span { border-color: rgb(126,222,238); }

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