#75DBEA

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

Shades of Turquoise Blue #75DBEA

Tints of Turquoise Blue #75DBEA

Color information

#75DBEA (or 0x75DBEA) is unknown color: approx Turquoise Blue. HEX triplet: 75, DB and EA. RGB value is (117,219,234). Sum of RGB (Red+Green+Blue) = 117+219+234=570 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.53% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #75DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DBEA is #8A2415. Grayscale: #BEBEBE. Windows color (decimal): -9053206 or 15391605. OLE color: 15391605.

HSL color Cylindrical-coordinate representation of color #75DBEA: hue angle of 187.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75DBEA is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117219234-
CMYK0.50.0600.08
HSL187.69º73.58%68.82%-
HSV(B)187.69º50%91.76%-
XYZ47.5260.3986.99-
YUV190.21152.7175.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.53%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=20.53%
G=38.42%
B=41.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172192340.50.0600.08187.6973.5868.82
Hex75DBEA32608bc4a45
Octal165333352626010274112105
Binary11101011101101111101010110010110010001011110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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