#B4FDF0

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

Shades of Pale Turquoise #B4FDF0

Tints of Pale Turquoise #B4FDF0

Color information

#B4FDF0 (or 0xB4FDF0) is unknown color: approx Pale Turquoise. HEX triplet: B4, FD and F0. RGB value is (180,253,240). Sum of RGB (Red+Green+Blue) = 180+253+240=673 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.75% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FDF0 is #4B020F. Grayscale: #E5E5E5. Windows color (decimal): -4915728 or 15793588. OLE color: 15793588.

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

Color convert

RGB180253240-
CMYK0.2900.050.01
HSL169.32º94.81%84.9%-
HSV(B)169.32º28.85%99.22%-
XYZ69.6886.2595.41-
YUV229.69133.8292.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.75%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 240 (94.14% from 255) = 35.66%
R=26.75%
G=37.59%
B=35.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802532400.2900.050.01169.3294.8184.9
HexB4FDF01D051a95f55
Octal26437536035051251137125
Binary10110100111111011111000011101010111010100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDF0; }

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

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

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

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

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

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

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

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