#74D8F1

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

Shades of Turquoise Blue #74D8F1

Tints of Turquoise Blue #74D8F1

Color information

#74D8F1 (or 0x74D8F1) is unknown color: approx Turquoise Blue. HEX triplet: 74, D8 and F1. RGB value is (116,216,241). Sum of RGB (Red+Green+Blue) = 116+216+241=573 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.24% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #74D8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D8F1 is #8B270E. Grayscale: #BCBCBC. Windows color (decimal): -9119503 or 15849588. OLE color: 15849588.

HSL color Cylindrical-coordinate representation of color #74D8F1: hue angle of 192º 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 #74D8F1 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116216241-
CMYK0.520.1000.05
HSL192º81.7%70%-
HSV(B)192º51.87%94.51%-
XYZ47.6459.1892.13-
YUV188.95157.3775.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.24%
GREEN value IS 216 (84.77% from 255) = 37.70%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=20.24%
G=37.70%
B=42.06%

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
Decimal1162162410.520.1000.0519281.770
Hex74D8F134A05c05246
Octal164330361641205300122106
Binary11101001101100011110001110100101001011100000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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