#7AEDE3

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

Shades of Turquoise Blue #7AEDE3

Tints of Turquoise Blue #7AEDE3

Color information

#7AEDE3 (or 0x7AEDE3) is unknown color: approx Turquoise Blue. HEX triplet: 7A, ED and E3. RGB value is (122,237,227). Sum of RGB (Red+Green+Blue) = 122+237+227=586 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.82% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDE3 is #85121C. Grayscale: #C9C9C9. Windows color (decimal): -8720925 or 14937466. OLE color: 14937466.

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

Color convert

RGB122237227-
CMYK0.4900.040.07
HSL174.78º76.16%70.39%-
HSV(B)174.78º48.52%92.94%-
XYZ52.1870.2583.48-
YUV201.48142.471.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.82%
GREEN value IS 237 (92.97% from 255) = 40.44%
BLUE value IS 227 (89.06% from 255) = 38.74%
R=20.82%
G=40.44%
B=38.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222372270.4900.040.07174.7876.1670.39
Hex7AEDE331047af4c46
Octal17235534361047257114106
Binary1111010111011011110001111000101001111010111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,237,227); }

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

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

 a { background-color: rgb(122,237,227); }

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

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

 span { border-color: rgb(122,237,227); }

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