#75dbdd

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

Shades of Turquoise Blue #75DBDD

Tints of Turquoise Blue #75DBDD

Color information

#75DBDD (or 0x75DBDD) is unknown color: approx Turquoise Blue. HEX triplet: 75, DB and DD. RGB value is (117,219,221). Sum of RGB (Red+Green+Blue) = 117+219+221=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #75DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBDD is #8A2422. Grayscale: #BCBCBC. Windows color (decimal): -9053219 or 14539637. OLE color: 14539637.

HSL color Cylindrical-coordinate representation of color #75DBDD: hue angle of 181.15º 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 #75DBDD is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117219221-
CMYK0.470.0100.13
HSL181.15º60.47%66.27%-
HSV(B)181.15º47.06%86.67%-
XYZ45.7259.6777.51-
YUV188.73146.2176.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.01%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=21.01%
G=39.32%
B=39.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172192210.470.0100.13181.1560.4766.27
Hex75DBDD2F10Db53c42
Octal16533333557101526574102
Binary11101011101101111011101101111101101101101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75dbdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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