#B4F4FC

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

Shades of Pale Turquoise #B4F4FC

Tints of Pale Turquoise #B4F4FC

Color information

#B4F4FC (or 0xB4F4FC) is unknown color: approx Pale Turquoise. HEX triplet: B4, F4 and FC. RGB value is (180,244,252). Sum of RGB (Red+Green+Blue) = 180+244+252=676 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.63% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F4FC is #4B0B03. Grayscale: #E1E1E1. Windows color (decimal): -4918020 or 16577716. OLE color: 16577716.

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

Color convert

RGB180244252-
CMYK0.290.0300.01
HSL186.67º92.31%84.71%-
HSV(B)186.67º28.57%98.82%-
XYZ68.7481.43104.19-
YUV225.78142.895.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.63%
GREEN value IS 244 (95.70% from 255) = 36.09%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=26.63%
G=36.09%
B=37.28%

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
Decimal1802442520.290.0300.01186.6792.3184.71
HexB4F4FC1D301bb5c55
Octal26436437435301273134125
Binary1011010011110100111111001110111011011101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F4FC; }

 p { color: rgb(180,244,252); }

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

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

 a { background-color: rgb(180,244,252); }

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

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

 span { border-color: rgb(180,244,252); }

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