#74D9E0

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

Shades of Turquoise Blue #74D9E0

Tints of Turquoise Blue #74D9E0

Color information

#74D9E0 (or 0x74D9E0) is unknown color: approx Turquoise Blue. HEX triplet: 74, D9 and E0. RGB value is (116,217,224). Sum of RGB (Red+Green+Blue) = 116+217+224=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #74D9E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D9E0 is #8B261F. Grayscale: #BBBBBB. Windows color (decimal): -9119264 or 14735732. OLE color: 14735732.

HSL color Cylindrical-coordinate representation of color #74D9E0: hue angle of 183.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74D9E0 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116217224-
CMYK0.480.0300.12
HSL183.89º63.53%66.67%-
HSV(B)183.89º48.21%87.84%-
XYZ45.4758.7279.46-
YUV187.6148.5476.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.83%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=20.83%
G=38.96%
B=40.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162172240.480.0300.12183.8963.5366.67
Hex74D9E03030Cb84043
Octal164331340603014270100103
Binary1110100110110011110000011000011011001011100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,217,224); }

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

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

 a { background-color: rgb(116,217,224); }

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

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

 span { border-color: rgb(116,217,224); }

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