#B5F3F1

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

Shades of Pale Turquoise #B5F3F1

Tints of Pale Turquoise #B5F3F1

Color information

#B5F3F1 (or 0xB5F3F1) is unknown color: approx Pale Turquoise. HEX triplet: B5, F3 and F1. RGB value is (181,243,241). Sum of RGB (Red+Green+Blue) = 181+243+241=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F3F1 is #4A0C0E. Grayscale: #E0E0E0. Windows color (decimal): -4852751 or 15856565. OLE color: 15856565.

HSL color Cylindrical-coordinate representation of color #B5F3F1: hue angle of 178.06º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F3F1 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB181243241-
CMYK0.2600.010.05
HSL178.06º72.09%83.14%-
HSV(B)178.06º25.51%95.29%-
XYZ66.9880.2895.18-
YUV224.23137.4697.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.22%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=27.22%
G=36.54%
B=36.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812432410.2600.010.05178.0672.0983.14
HexB5F3F11A015b24853
Octal26536336132015262110123
Binary10110101111100111111000111010011011011001010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F3F1; }

 p { color: rgb(181,243,241); }

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

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

 a { background-color: rgb(181,243,241); }

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

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

 span { border-color: rgb(181,243,241); }

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