#7AEEE6

Color #7AEEE6 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7AEEE6

Tints of Turquoise Blue #7AEEE6

Color information

#7AEEE6 (or 0x7AEEE6) is unknown color: approx Turquoise Blue. HEX triplet: 7A, EE and E6. RGB value is (122,238,230). Sum of RGB (Red+Green+Blue) = 122+238+230=590 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.68% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEEE6 is #851119. Grayscale: #CACACA. Windows color (decimal): -8720666 or 15134330. OLE color: 15134330.

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

Color convert

RGB122238230-
CMYK0.4900.030.07
HSL175.86º77.33%70.59%-
HSV(B)175.86º48.74%93.33%-
XYZ52.887185.78-
YUV202.4143.5770.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.68%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 230 (90.23% from 255) = 38.98%
R=20.68%
G=40.34%
B=38.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222382300.4900.030.07175.8677.3370.59
Hex7AEEE631037b04d47
Octal17235634661037260115107
Binary111101011101110111001101100010111111011000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,238,230); }

 H1.HeaderClassName
 {
   color: #7AEEE6;
 }
 .AnyTagClassName
 {
   color: #7AEEE6;
 }
</style>
background-color css

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

 a { background-color: rgb(122,238,230); }

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

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

 span { border-color: rgb(122,238,230); }

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