Html Css Color HEX #7EECE6 Turquoise Blue

📋 copy color: '#7EECE6'

red 126 ◦ green 236 ◦ blue 230

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

Shades of Turquoise Blue #7EECE6

Tints of Turquoise Blue #7EECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.86%

 BLUE value IS 230 (90.23% from 255) = 38.85%

R = 21.28%
G = 39.86%
B = 38.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#7EECE6 (or 0x7EECE6) is known color: Turquoise Blue. HEX triplet: 7E, EC and E6. RGB value is (126,236,230). Sum of RGB (Red+Green+Blue) = 126+236+230=592 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.28% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECE6 is #811319. Grayscale: #CACACA. Windows color (decimal): -8459034 or 15133822. OLE color: 15133822.

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

Color convert

RGB 126 236 230 -
CMYK 0.47 0 0.03 0.07
HSL 176.73º 0.74% 0.71% -
HSV(B) 176.73º 0.47% 0.93% -
XYZ 52.88 70.14 85.61 -
YUV 202.43 143.56 73.49 -
System Red Green Blue C M Y K H S L
Decimal 126 236 230 0.47 0 0.03 0.07 176.73 0.74 0.71
Hex 7E EC E6 2F 0 3 7 B1 4A 47
Octal 176 354 346 57 0 3 7 261 112 107
Binary 1111110 11101100 11100110 101111 0 11 111 10110001 1001010 1000111

Color Harmonies of #7EECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECE6

Black with #7EECE6

Text Example


Text Example

White with #7EECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,236,230); }

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

background-color css

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

 a { background-color: rgb(126,236,230); }

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

border-color css

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

 span { border-color: rgb(126,236,230); }

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