#B5FFF5

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

Shades of Pale Turquoise #B5FFF5

Tints of Pale Turquoise #B5FFF5

Color information

#B5FFF5 (or 0xB5FFF5) is unknown color: approx Pale Turquoise. HEX triplet: B5, FF and F5. RGB value is (181,255,245). Sum of RGB (Red+Green+Blue) = 181+255+245=681 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.58% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFF5 is #4A000A. Grayscale: #E7E7E7. Windows color (decimal): -4849675 or 16121781. OLE color: 16121781.

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

Color convert

RGB181255245-
CMYK0.2900.040
HSL171.89º100%85.49%-
HSV(B)171.89º29.02%100%-
XYZ71.387.9499.6-
YUV231.73135.4891.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.58%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 245 (96.09% from 255) = 35.98%
R=26.58%
G=37.44%
B=35.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812552450.2900.040171.8910085.49
HexB5FFF51D040ac6455
Octal26537736535040254144125
Binary10110101111111111111010111101010001010110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFF5; }

 p { color: rgb(181,255,245); }

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

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

 a { background-color: rgb(181,255,245); }

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

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

 span { border-color: rgb(181,255,245); }

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