#B5FAFF

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

Shades of Pale Turquoise #B5FAFF

Tints of Pale Turquoise #B5FAFF

Color information

#B5FAFF (or 0xB5FAFF) is unknown color: approx Pale Turquoise. HEX triplet: B5, FA and FF. RGB value is (181,250,255). Sum of RGB (Red+Green+Blue) = 181+250+255=686 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.38% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FAFF is #4A0500. Grayscale: #E5E5E5. Windows color (decimal): -4850945 or 16775861. OLE color: 16775861.

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

Color convert

RGB181250255-
CMYK0.290.0200
HSL184.05º100%85.49%-
HSV(B)184.05º29.02%100%-
XYZ71.2985.41107.34-
YUV229.94142.1493.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.38%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 255 (100% from 255) = 37.17%
R=26.38%
G=36.44%
B=37.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812502550.290.0200184.0510085.49
HexB5FAFF1D200b86455
Octal26537237735200270144125
Binary1011010111111010111111111110110001011100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAFF; }

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

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

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

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

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

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

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

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