#B4F8FE

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

Shades of Pale Turquoise #B4F8FE

Tints of Pale Turquoise #B4F8FE

Color information

#B4F8FE (or 0xB4F8FE) is unknown color: approx Pale Turquoise. HEX triplet: B4, F8 and FE. RGB value is (180,248,254). Sum of RGB (Red+Green+Blue) = 180+248+254=682 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.39% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4F8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F8FE is #4B0701. Grayscale: #E4E4E4. Windows color (decimal): -4916994 or 16709812. OLE color: 16709812.

HSL color Cylindrical-coordinate representation of color #B4F8FE: hue angle of 184.86º 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 #B4F8FE is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180248254-
CMYK0.290.0200.00
HSL184.86º97.37%85.1%-
HSV(B)184.86º29.13%99.61%-
XYZ70.2883.99106.27-
YUV228.35142.4793.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.39%
GREEN value IS 248 (97.27% from 255) = 36.36%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=26.39%
G=36.36%
B=37.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802482540.290.0200.00184.8697.3785.1
HexB4F8FE1D200b96155
Octal26437037635200271141125
Binary1011010011111000111111101110110001011100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F8FE; }

 p { color: rgb(180,248,254); }

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

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

 a { background-color: rgb(180,248,254); }

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

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

 span { border-color: rgb(180,248,254); }

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