#75D9F1

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

Shades of Turquoise Blue #75D9F1

Tints of Turquoise Blue #75D9F1

Color information

#75D9F1 (or 0x75D9F1) is unknown color: approx Turquoise Blue. HEX triplet: 75, D9 and F1. RGB value is (117,217,241). Sum of RGB (Red+Green+Blue) = 117+217+241=575 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.35% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #75D9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D9F1 is #8A260E. Grayscale: #BDBDBD. Windows color (decimal): -9053711 or 15849845. OLE color: 15849845.

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

Color convert

RGB117217241-
CMYK0.510.1000.05
HSL191.61º81.58%70.2%-
HSV(B)191.61º51.45%94.51%-
XYZ48.0359.7692.22-
YUV189.84156.8776.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.35%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=20.35%
G=37.74%
B=41.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172172410.510.1000.05191.6181.5870.2
Hex75D9F133A05c05246
Octal165331361631205300122106
Binary11101011101100111110001110011101001011100000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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