#b5f3f0

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

Shades of Pale Turquoise #B5F3F0

Tints of Pale Turquoise #B5F3F0

Color information

#B5F3F0 (or 0xB5F3F0) is unknown color: approx Pale Turquoise. HEX triplet: B5, F3 and F0. RGB value is (181,243,240). Sum of RGB (Red+Green+Blue) = 181+243+240=664 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.26% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F3F0 is #4A0C0F. Grayscale: #E0E0E0. Windows color (decimal): -4852752 or 15791029. OLE color: 15791029.

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

Color convert

RGB181243240-
CMYK0.2600.010.05
HSL177.1º72.09%83.14%-
HSV(B)177.1º25.51%95.29%-
XYZ66.8380.2294.4-
YUV224.12136.9697.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.26%
GREEN value IS 243 (95.31% from 255) = 36.60%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=27.26%
G=36.60%
B=36.14%

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
Decimal1812432400.2600.010.05177.172.0983.14
HexB5F3F01A015b14853
Octal26536336032015261110123
Binary10110101111100111111000011010011011011000110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5f3f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5f3f0; }

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

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

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

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

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

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

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

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