#75DBFB

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

Shades of Turquoise Blue #75DBFB

Tints of Turquoise Blue #75DBFB

Color information

#75DBFB (or 0x75DBFB) is unknown color: approx Turquoise Blue. HEX triplet: 75, DB and FB. RGB value is (117,219,251). Sum of RGB (Red+Green+Blue) = 117+219+251=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #75DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DBFB is #8A2404. Grayscale: #BFBFBF. Windows color (decimal): -9053189 or 16505717. OLE color: 16505717.

HSL color Cylindrical-coordinate representation of color #75DBFB: hue angle of 194.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75DBFB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117219251-
CMYK0.530.1300.02
HSL194.33º94.37%72.16%-
HSV(B)194.33º53.39%98.43%-
XYZ50.0861.41100.48-
YUV192.15161.2174.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.93%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=19.93%
G=37.31%
B=42.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172192510.530.1300.02194.3394.3772.16
Hex75DBFB35D02c25e48
Octal165333373651502302136110
Binary1110101110110111111101111010111010101100001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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