#B4F0FE

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

Shades of Pale Turquoise #B4F0FE

Tints of Pale Turquoise #B4F0FE

Color information

#B4F0FE (or 0xB4F0FE) is unknown color: approx Pale Turquoise. HEX triplet: B4, F0 and FE. RGB value is (180,240,254). Sum of RGB (Red+Green+Blue) = 180+240+254=674 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.71% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F0FE is #4B0F01. Grayscale: #DFDFDF. Windows color (decimal): -4919042 or 16707764. OLE color: 16707764.

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

Color convert

RGB180240254-
CMYK0.290.0600.00
HSL191.35º97.37%85.1%-
HSV(B)191.35º29.13%99.61%-
XYZ67.8779.18105.47-
YUV223.66145.1296.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.71%
GREEN value IS 240 (94.14% from 255) = 35.61%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=26.71%
G=35.61%
B=37.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802402540.290.0600.00191.3597.3785.1
HexB4F0FE1D600bf6155
Octal26436037635600277141125
Binary10110100111100001111111011101110001011111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F0FE; }

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

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

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

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

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

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

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

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