#B5FBF4

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

Shades of Pale Turquoise #B5FBF4

Tints of Pale Turquoise #B5FBF4

Color information

#B5FBF4 (or 0xB5FBF4) is unknown color: approx Pale Turquoise. HEX triplet: B5, FB and F4. RGB value is (181,251,244). Sum of RGB (Red+Green+Blue) = 181+251+244=676 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.78% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBF4 is #4A040B. Grayscale: #E5E5E5. Windows color (decimal): -4850700 or 16055221. OLE color: 16055221.

HSL color Cylindrical-coordinate representation of color #B5FBF4: hue angle of 174º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBF4 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB181251244-
CMYK0.2800.030.02
HSL174º89.74%84.71%-
HSV(B)174º27.89%98.43%-
XYZ69.8885.3598.38-
YUV229.27136.3193.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.78%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 244 (95.70% from 255) = 36.09%
R=26.78%
G=37.13%
B=36.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812512440.2800.030.0217489.7484.71
HexB5FBF41C032ae5a55
Octal26537336434032256132125
Binary10110101111110111111010011100011101010111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBF4; }

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

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

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

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

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

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

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

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