#74E5DC

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

Shades of Turquoise Blue #74E5DC

Tints of Turquoise Blue #74E5DC

Color information

#74E5DC (or 0x74E5DC) is unknown color: approx Turquoise Blue. HEX triplet: 74, E5 and DC. RGB value is (116,229,220). Sum of RGB (Red+Green+Blue) = 116+229+220=565 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.53% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #74E5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E5DC is #8B1A23. Grayscale: #C2C2C2. Windows color (decimal): -9116196 or 14476660. OLE color: 14476660.

HSL color Cylindrical-coordinate representation of color #74E5DC: hue angle of 175.22º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E5DC is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB116229220-
CMYK0.4900.040.10
HSL175.22º68.48%67.65%-
HSV(B)175.22º49.34%89.8%-
XYZ48.1464.9277.7-
YUV194.19142.5672.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.53%
GREEN value IS 229 (89.84% from 255) = 40.53%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=20.53%
G=40.53%
B=38.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1162292200.4900.040.10175.2268.4867.65
Hex74E5DC3104Aaf4444
Octal164345334610412257104104
Binary11101001110010111011100110001010010101010111110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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