#74E7DA

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

Shades of Turquoise Blue #74E7DA

Tints of Turquoise Blue #74E7DA

Color information

#74E7DA (or 0x74E7DA) is unknown color: approx Turquoise Blue. HEX triplet: 74, E7 and DA. RGB value is (116,231,218). Sum of RGB (Red+Green+Blue) = 116+231+218=565 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.53% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #74E7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E7DA is #8B1825. Grayscale: #C3C3C3. Windows color (decimal): -9115686 or 14346100. OLE color: 14346100.

HSL color Cylindrical-coordinate representation of color #74E7DA: hue angle of 173.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E7DA is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB116231218-
CMYK0.5000.060.09
HSL173.22º70.55%68.04%-
HSV(B)173.22º49.78%90.59%-
XYZ48.4365.9376.5-
YUV195.13140.971.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.53%
GREEN value IS 231 (90.62% from 255) = 40.88%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=20.53%
G=40.88%
B=38.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1162312180.5000.060.09173.2270.5568.04
Hex74E7DA32069ad4744
Octal164347332620611255107104
Binary11101001110011111011010110010011010011010110110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,231,218); }

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

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

 a { background-color: rgb(116,231,218); }

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

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

 span { border-color: rgb(116,231,218); }

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