#B4F5FD

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

Shades of Pale Turquoise #B4F5FD

Tints of Pale Turquoise #B4F5FD

Color information

#B4F5FD (or 0xB4F5FD) is unknown color: approx Pale Turquoise. HEX triplet: B4, F5 and FD. RGB value is (180,245,253). Sum of RGB (Red+Green+Blue) = 180+245+253=678 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.55% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4F5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F5FD is #4B0A02. Grayscale: #E2E2E2. Windows color (decimal): -4917763 or 16643508. OLE color: 16643508.

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

Color convert

RGB180245253-
CMYK0.290.0300.01
HSL186.58º94.81%84.9%-
HSV(B)186.58º28.85%99.22%-
XYZ69.282.1105.13-
YUV226.48142.9794.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.55%
GREEN value IS 245 (96.09% from 255) = 36.14%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=26.55%
G=36.14%
B=37.32%

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
Decimal1802452530.290.0300.01186.5894.8184.9
HexB4F5FD1D301bb5f55
Octal26436537535301273137125
Binary1011010011110101111111011110111011011101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F5FD; }

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

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

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

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

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

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

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

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