#75DCDD

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

Shades of Turquoise Blue #75DCDD

Tints of Turquoise Blue #75DCDD

Color information

#75DCDD (or 0x75DCDD) is unknown color: approx Turquoise Blue. HEX triplet: 75, DC and DD. RGB value is (117,220,221). Sum of RGB (Red+Green+Blue) = 117+220+221=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #75DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCDD is #8A2322. Grayscale: #BDBDBD. Windows color (decimal): -9052963 or 14539893. OLE color: 14539893.

HSL color Cylindrical-coordinate representation of color #75DCDD: hue angle of 180.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCDD is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117220221-
CMYK0.470.0000.13
HSL180.58º60.47%66.27%-
HSV(B)180.58º47.06%86.67%-
XYZ45.9860.1977.6-
YUV189.32145.8876.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.97%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=20.97%
G=39.43%
B=39.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172202210.470.0000.13180.5860.4766.27
Hex75DCDD2F00Db53c42
Octal16533433557001526574102
Binary11101011101110011011101101111001101101101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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