#B4FDFC

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

Shades of Pale Turquoise #B4FDFC

Tints of Pale Turquoise #B4FDFC

Color information

#B4FDFC (or 0xB4FDFC) is unknown color: approx Pale Turquoise. HEX triplet: B4, FD and FC. RGB value is (180,253,252). Sum of RGB (Red+Green+Blue) = 180+253+252=685 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.28% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FDFC is #4B0203. Grayscale: #E6E6E6. Windows color (decimal): -4915716 or 16580020. OLE color: 16580020.

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

Color convert

RGB180253252-
CMYK0.2900.000.01
HSL179.18º94.81%84.9%-
HSV(B)179.18º28.85%99.22%-
XYZ71.5286.98105.12-
YUV231.06139.8291.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.28%
GREEN value IS 253 (99.22% from 255) = 36.93%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=26.28%
G=36.93%
B=36.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802532520.2900.000.01179.1894.8184.9
HexB4FDFC1D001b35f55
Octal26437537435001263137125
Binary101101001111110111111100111010011011001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDFC; }

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

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

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

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

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

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

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

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