#7ADEEE

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

Shades of Turquoise Blue #7ADEEE

Tints of Turquoise Blue #7ADEEE

Color information

#7ADEEE (or 0x7ADEEE) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DE and EE. RGB value is (122,222,238). Sum of RGB (Red+Green+Blue) = 122+222+238=582 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.96% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #7ADEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADEEE is #852111. Grayscale: #C1C1C1. Windows color (decimal): -8724754 or 15654522. OLE color: 15654522.

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

Color convert

RGB122222238-
CMYK0.490.0700.07
HSL188.28º77.33%70.59%-
HSV(B)188.28º48.74%93.33%-
XYZ49.5862.5590.35-
YUV193.92152.8776.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.96%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=20.96%
G=38.14%
B=40.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222222380.490.0700.07188.2877.3370.59
Hex7ADEEE31707bc4d47
Octal17233635661707274115107
Binary1111010110111101110111011000111101111011110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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