#B5FEFB

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

Shades of Pale Turquoise #B5FEFB

Tints of Pale Turquoise #B5FEFB

Color information

#B5FEFB (or 0xB5FEFB) is unknown color: approx Pale Turquoise. HEX triplet: B5, FE and FB. RGB value is (181,254,251). Sum of RGB (Red+Green+Blue) = 181+254+251=686 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.38% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEFB is #4A0104. Grayscale: #E7E7E7. Windows color (decimal): -4849925 or 16514741. OLE color: 16514741.

HSL color Cylindrical-coordinate representation of color #B5FEFB: hue angle of 177.53º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEFB is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB181254251-
CMYK0.2900.010.00
HSL177.53º97.33%85.29%-
HSV(B)177.53º28.74%99.61%-
XYZ71.9187.67104.4-
YUV231.83138.8291.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.38%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=26.38%
G=37.03%
B=36.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542510.2900.010.00177.5397.3385.29
HexB5FEFB1D010b26155
Octal26537637335010262141125
Binary101101011111111011111011111010101011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEFB; }

 p { color: rgb(181,254,251); }

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

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

 a { background-color: rgb(181,254,251); }

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

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

 span { border-color: rgb(181,254,251); }

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