#74E4EB

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

Shades of Turquoise Blue #74E4EB

Tints of Turquoise Blue #74E4EB

Color information

#74E4EB (or 0x74E4EB) is unknown color: approx Turquoise Blue. HEX triplet: 74, E4 and EB. RGB value is (116,228,235). Sum of RGB (Red+Green+Blue) = 116+228+235=579 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.03% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #74E4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E4EB is #8B1B14. Grayscale: #C3C3C3. Windows color (decimal): -9116437 or 15459444. OLE color: 15459444.

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

Color convert

RGB116228235-
CMYK0.510.0300.08
HSL183.53º74.84%68.82%-
HSV(B)183.53º50.64%92.16%-
XYZ49.9465.288.55-
YUV195.31150.3971.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.03%
GREEN value IS 228 (89.45% from 255) = 39.38%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=20.03%
G=39.38%
B=40.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162282350.510.0300.08183.5374.8468.82
Hex74E4EB33308b84b45
Octal164344353633010270113105
Binary1110100111001001110101111001111010001011100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,228,235); }

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

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

 a { background-color: rgb(116,228,235); }

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

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

 span { border-color: rgb(116,228,235); }

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