#B5FEFA

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

Shades of Pale Turquoise #B5FEFA

Tints of Pale Turquoise #B5FEFA

Color information

#B5FEFA (or 0xB5FEFA) is unknown color: approx Pale Turquoise. HEX triplet: B5, FE and FA. RGB value is (181,254,250). Sum of RGB (Red+Green+Blue) = 181+254+250=685 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.42% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEFA is #4A0105. Grayscale: #E7E7E7. Windows color (decimal): -4849926 or 16449205. OLE color: 16449205.

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

Color convert

RGB181254250-
CMYK0.2900.020.00
HSL176.71º97.33%85.29%-
HSV(B)176.71º28.74%99.61%-
XYZ71.7587.61103.57-
YUV231.72138.3291.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.42%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=26.42%
G=37.08%
B=36.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542500.2900.020.00176.7197.3385.29
HexB5FEFA1D020b16155
Octal26537637235020261141125
Binary1011010111111110111110101110101001011000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEFA; }

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

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

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

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

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

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

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

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