#75DFFD

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

Shades of Turquoise Blue #75DFFD

Tints of Turquoise Blue #75DFFD

Color information

#75DFFD (or 0x75DFFD) is unknown color: approx Turquoise Blue. HEX triplet: 75, DF and FD. RGB value is (117,223,253). Sum of RGB (Red+Green+Blue) = 117+223+253=593 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.73% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #75DFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DFFD is #8A2002. Grayscale: #C2C2C2. Windows color (decimal): -9052163 or 16637813. OLE color: 16637813.

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

Color convert

RGB117223253-
CMYK0.540.1200.01
HSL193.24º97.14%72.55%-
HSV(B)193.24º53.75%99.22%-
XYZ51.4563.65102.5-
YUV194.73160.8872.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.73%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=19.73%
G=37.61%
B=42.66%

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
Decimal1172232530.540.1200.01193.2497.1472.55
Hex75DFFD36C01c16149
Octal165337375661401301141111
Binary111010111011111111111011101101100011100000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,223,253); }

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

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

 a { background-color: rgb(117,223,253); }

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

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

 span { border-color: rgb(117,223,253); }

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