#B5F5FC

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

Shades of Pale Turquoise #B5F5FC

Tints of Pale Turquoise #B5F5FC

Color information

#B5F5FC (or 0xB5F5FC) is unknown color: approx Pale Turquoise. HEX triplet: B5, F5 and FC. RGB value is (181,245,252). Sum of RGB (Red+Green+Blue) = 181+245+252=678 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.70% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5F5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F5FC is #4A0A03. Grayscale: #E2E2E2. Windows color (decimal): -4852228 or 16577973. OLE color: 16577973.

HSL color Cylindrical-coordinate representation of color #B5F5FC: hue angle of 185.92º degrees, saturation: 0.92, 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 #B5F5FC is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181245252-
CMYK0.280.0300.01
HSL185.92º92.21%84.9%-
HSV(B)185.92º28.17%98.82%-
XYZ69.2882.16104.3-
YUV226.66142.395.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.70%
GREEN value IS 245 (96.09% from 255) = 36.14%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=26.70%
G=36.14%
B=37.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812452520.280.0300.01185.9292.2184.9
HexB5F5FC1C301ba5c55
Octal26536537434301272134125
Binary1011010111110101111111001110011011011101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F5FC; }

 p { color: rgb(181,245,252); }

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

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

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

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

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

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

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