#B5F3F2

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

Shades of Pale Turquoise #B5F3F2

Tints of Pale Turquoise #B5F3F2

Color information

#B5F3F2 (or 0xB5F3F2) is unknown color: approx Pale Turquoise. HEX triplet: B5, F3 and F2. RGB value is (181,243,242). Sum of RGB (Red+Green+Blue) = 181+243+242=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F3F2 is #4A0C0D. Grayscale: #E0E0E0. Windows color (decimal): -4852750 or 15922101. OLE color: 15922101.

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

Color convert

RGB181243242-
CMYK0.2600.000.05
HSL179.03º72.09%83.14%-
HSV(B)179.03º25.51%95.29%-
XYZ67.1380.3495.97-
YUV224.35137.9697.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.18%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 242 (94.92% from 255) = 36.34%
R=27.18%
G=36.49%
B=36.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812432420.2600.000.05179.0372.0983.14
HexB5F3F21A005b34853
Octal26536336232005263110123
Binary10110101111100111111001011010001011011001110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F3F2; }

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

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

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

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

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

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

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

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