#74E5ED

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

Shades of Turquoise Blue #74E5ED

Tints of Turquoise Blue #74E5ED

Color information

#74E5ED (or 0x74E5ED) is unknown color: approx Turquoise Blue. HEX triplet: 74, E5 and ED. RGB value is (116,229,237). Sum of RGB (Red+Green+Blue) = 116+229+237=582 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.93% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #74E5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E5ED is #8B1A12. Grayscale: #C3C3C3. Windows color (decimal): -9116179 or 15590772. OLE color: 15590772.

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

Color convert

RGB116229237-
CMYK0.510.0300.07
HSL183.97º77.07%69.22%-
HSV(B)183.97º51.05%92.94%-
XYZ50.5165.8790.17-
YUV196.12151.0670.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.93%
GREEN value IS 229 (89.84% from 255) = 39.35%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=19.93%
G=39.35%
B=40.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1162292370.510.0300.07183.9777.0769.22
Hex74E5ED33307b84d45
Octal16434535563307270115105
Binary111010011100101111011011100111101111011100010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74E5ED; }

 p { color: rgb(116,229,237); }

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

<style>
 a { background-color: #74E5ED; }

 a { background-color: rgb(116,229,237); }

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

<style>
 span { border-color: #74E5ED; }

 span { border-color: rgb(116,229,237); }

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