#B5FEF4

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

Shades of Pale Turquoise #B5FEF4

Tints of Pale Turquoise #B5FEF4

Color information

#B5FEF4 (or 0xB5FEF4) is unknown color: approx Pale Turquoise. HEX triplet: B5, FE and F4. RGB value is (181,254,244). Sum of RGB (Red+Green+Blue) = 181+254+244=679 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.66% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEF4 is #4A010B. Grayscale: #E6E6E6. Windows color (decimal): -4849932 or 16055989. OLE color: 16055989.

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

Color convert

RGB181254244-
CMYK0.2900.040.00
HSL171.78º97.33%85.29%-
HSV(B)171.78º28.74%99.61%-
XYZ70.8387.2498.69-
YUV231.03135.3292.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.66%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 244 (95.70% from 255) = 35.94%
R=26.66%
G=37.41%
B=35.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542440.2900.040.00171.7897.3385.29
HexB5FEF41D040ac6155
Octal26537636435040254141125
Binary10110101111111101111010011101010001010110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEF4; }

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

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

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

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

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

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

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

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