#75DDFC

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

Shades of Turquoise Blue #75DDFC

Tints of Turquoise Blue #75DDFC

Color information

#75DDFC (or 0x75DDFC) is unknown color: approx Turquoise Blue. HEX triplet: 75, DD and FC. RGB value is (117,221,252). Sum of RGB (Red+Green+Blue) = 117+221+252=590 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.83% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #75DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DDFC is #8A2203. Grayscale: #C1C1C1. Windows color (decimal): -9052676 or 16571765. OLE color: 16571765.

HSL color Cylindrical-coordinate representation of color #75DDFC: hue angle of 193.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DDFC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117221252-
CMYK0.540.1200.01
HSL193.78º95.74%72.35%-
HSV(B)193.78º53.57%98.82%-
XYZ50.7662.52101.49-
YUV193.44161.0473.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.83%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=19.83%
G=37.46%
B=42.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172212520.540.1200.01193.7895.7472.35
Hex75DDFC36C01c26048
Octal165335374661401302140110
Binary111010111011101111111001101101100011100001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,221,252); }

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

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

 a { background-color: rgb(117,221,252); }

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

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

 span { border-color: rgb(117,221,252); }

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