#B9FDFD

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

Shades of Pale Turquoise #B9FDFD

Tints of Pale Turquoise #B9FDFD

Color information

#B9FDFD (or 0xB9FDFD) is unknown color: approx Pale Turquoise. HEX triplet: B9, FD and FD. RGB value is (185,253,253). Sum of RGB (Red+Green+Blue) = 185+253+253=691 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.77% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #B9FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDFD is #460202. Grayscale: #E8E8E8. Windows color (decimal): -4588035 or 16645561. OLE color: 16645561.

HSL color Cylindrical-coordinate representation of color #B9FDFD: hue angle of 180º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDFD is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185253253-
CMYK0.27000.01
HSL180º94.44%85.88%-
HSV(B)180º26.88%99.22%-
XYZ72.8687.66106.01-
YUV232.67139.4794-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.77%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=26.77%
G=36.61%
B=36.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532530.27000.0118094.4485.88
HexB9FDFD1B001b45e56
Octal27137537533001264136126
Binary101110011111110111111101110110011011010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDFD; }

 p { color: rgb(185,253,253); }

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

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

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

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

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

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

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