#75DAEE

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

Shades of Turquoise Blue #75DAEE

Tints of Turquoise Blue #75DAEE

Color information

#75DAEE (or 0x75DAEE) is unknown color: approx Turquoise Blue. HEX triplet: 75, DA and EE. RGB value is (117,218,238). Sum of RGB (Red+Green+Blue) = 117+218+238=573 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.42% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #75DAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DAEE is #8A2511. Grayscale: #BDBDBD. Windows color (decimal): -9053458 or 15653493. OLE color: 15653493.

HSL color Cylindrical-coordinate representation of color #75DAEE: hue angle of 189.92º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75DAEE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117218238-
CMYK0.510.0800.07
HSL189.92º78.06%69.61%-
HSV(B)189.92º50.84%93.33%-
XYZ47.8460.189.97-
YUV190.08155.0475.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.42%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=20.42%
G=38.05%
B=41.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172182380.510.0800.07189.9278.0669.61
Hex75DAEE33807be4e46
Octal165332356631007276116106
Binary11101011101101011101110110011100001111011111010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,218,238); }

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

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

 a { background-color: rgb(117,218,238); }

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

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

 span { border-color: rgb(117,218,238); }

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