#74D9F1

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

Shades of Turquoise Blue #74D9F1

Tints of Turquoise Blue #74D9F1

Color information

#74D9F1 (or 0x74D9F1) is unknown color: approx Turquoise Blue. HEX triplet: 74, D9 and F1. RGB value is (116,217,241). Sum of RGB (Red+Green+Blue) = 116+217+241=574 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.21% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #74D9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D9F1 is #8B260E. Grayscale: #BDBDBD. Windows color (decimal): -9119247 or 15849844. OLE color: 15849844.

HSL color Cylindrical-coordinate representation of color #74D9F1: hue angle of 191.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74D9F1 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116217241-
CMYK0.520.1000.05
HSL191.52º81.7%70%-
HSV(B)191.52º51.87%94.51%-
XYZ47.8959.6992.22-
YUV189.54157.0475.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.21%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=20.21%
G=37.80%
B=41.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162172410.520.1000.05191.5281.770
Hex74D9F134A05c05246
Octal164331361641205300122106
Binary11101001101100111110001110100101001011100000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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