#B5F5FE

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

Shades of Pale Turquoise #B5F5FE

Tints of Pale Turquoise #B5F5FE

Color information

#B5F5FE (or 0xB5F5FE) is unknown color: approx Pale Turquoise. HEX triplet: B5, F5 and FE. RGB value is (181,245,254). Sum of RGB (Red+Green+Blue) = 181+245+254=680 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.62% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F5FE is #4A0A01. Grayscale: #E2E2E2. Windows color (decimal): -4852226 or 16709045. OLE color: 16709045.

HSL color Cylindrical-coordinate representation of color #B5F5FE: hue angle of 187.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5F5FE is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181245254-
CMYK0.290.0400.00
HSL187.4º97.33%85.29%-
HSV(B)187.4º28.74%99.61%-
XYZ69.682.28105.98-
YUV226.89143.395.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.62%
GREEN value IS 245 (96.09% from 255) = 36.03%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=26.62%
G=36.03%
B=37.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812452540.290.0400.00187.497.3385.29
HexB5F5FE1D400bb6155
Octal26536537635400273141125
Binary10110101111101011111111011101100001011101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F5FE; }

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

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

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

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

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

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

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

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