#B5FCF0

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

Shades of Pale Turquoise #B5FCF0

Tints of Pale Turquoise #B5FCF0

Color information

#B5FCF0 (or 0xB5FCF0) is unknown color: approx Pale Turquoise. HEX triplet: B5, FC and F0. RGB value is (181,252,240). Sum of RGB (Red+Green+Blue) = 181+252+240=673 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.89% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FCF0 is #4A030F. Grayscale: #E5E5E5. Windows color (decimal): -4850448 or 15793333. OLE color: 15793333.

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

Color convert

RGB181252240-
CMYK0.2800.050.01
HSL169.86º92.21%84.9%-
HSV(B)169.86º28.17%98.82%-
XYZ69.5985.7495.32-
YUV229.4133.9893.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.89%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 240 (94.14% from 255) = 35.66%
R=26.89%
G=37.44%
B=35.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812522400.2800.050.01169.8692.2184.9
HexB5FCF01C051aa5c55
Octal26537436034051252134125
Binary10110101111111001111000011100010111010101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCF0; }

 p { color: rgb(181,252,240); }

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

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

 a { background-color: rgb(181,252,240); }

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

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

 span { border-color: rgb(181,252,240); }

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