#B4F1FE

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

Shades of Pale Turquoise #B4F1FE

Tints of Pale Turquoise #B4F1FE

Color information

#B4F1FE (or 0xB4F1FE) is unknown color: approx Pale Turquoise. HEX triplet: B4, F1 and FE. RGB value is (180,241,254). Sum of RGB (Red+Green+Blue) = 180+241+254=675 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.67% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F1FE is #4B0E01. Grayscale: #E0E0E0. Windows color (decimal): -4918786 or 16708020. OLE color: 16708020.

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

Color convert

RGB180241254-
CMYK0.290.0500.00
HSL190.54º97.37%85.1%-
HSV(B)190.54º29.13%99.61%-
XYZ68.1779.77105.57-
YUV224.24144.7996.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.67%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=26.67%
G=35.70%
B=37.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802412540.290.0500.00190.5497.3785.1
HexB4F1FE1D500bf6155
Octal26436137635500277141125
Binary10110100111100011111111011101101001011111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F1FE; }

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

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

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

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

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

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

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

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