#B4F6FD

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

Shades of Pale Turquoise #B4F6FD

Tints of Pale Turquoise #B4F6FD

Color information

#B4F6FD (or 0xB4F6FD) is unknown color: approx Pale Turquoise. HEX triplet: B4, F6 and FD. RGB value is (180,246,253). Sum of RGB (Red+Green+Blue) = 180+246+253=679 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.51% from 679); Green value is 246 (96.48% from 255 or 36.23% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4F6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F6FD is #4B0902. Grayscale: #E2E2E2. Windows color (decimal): -4917507 or 16643764. OLE color: 16643764.

HSL color Cylindrical-coordinate representation of color #B4F6FD: hue angle of 185.75º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4F6FD is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180246253-
CMYK0.290.0300.01
HSL185.75º94.81%84.9%-
HSV(B)185.75º28.85%99.22%-
XYZ69.5182.71105.23-
YUV227.06142.6394.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.51%
GREEN value IS 246 (96.48% from 255) = 36.23%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=26.51%
G=36.23%
B=37.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802462530.290.0300.01185.7594.8184.9
HexB4F6FD1D301ba5f55
Octal26436637535301272137125
Binary1011010011110110111111011110111011011101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F6FD; }

 p { color: rgb(180,246,253); }

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

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

 a { background-color: rgb(180,246,253); }

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

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

 span { border-color: rgb(180,246,253); }

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