#B5FDFD

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

Shades of Pale Turquoise #B5FDFD

Tints of Pale Turquoise #B5FDFD

Color information

#B5FDFD (or 0xB5FDFD) is unknown color: approx Pale Turquoise. HEX triplet: B5, FD and FD. RGB value is (181,253,253). Sum of RGB (Red+Green+Blue) = 181+253+253=687 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.35% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #B5FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FDFD is #4A0202. Grayscale: #E7E7E7. Windows color (decimal): -4850179 or 16645557. OLE color: 16645557.

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

Color convert

RGB181253253-
CMYK0.28000.01
HSL180º94.74%85.1%-
HSV(B)180º28.46%99.22%-
XYZ71.9187.17105.96-
YUV231.47140.1592-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.35%
GREEN value IS 253 (99.22% from 255) = 36.83%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=26.35%
G=36.83%
B=36.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812532530.28000.0118094.7485.1
HexB5FDFD1C001b45f55
Octal26537537534001264137125
Binary101101011111110111111101111000011011010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FDFD; }

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

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

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

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

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

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

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

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