#B5F7FF

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

Shades of Pale Turquoise #B5F7FF

Tints of Pale Turquoise #B5F7FF

Color information

#B5F7FF (or 0xB5F7FF) is unknown color: approx Pale Turquoise. HEX triplet: B5, F7 and FF. RGB value is (181,247,255). Sum of RGB (Red+Green+Blue) = 181+247+255=683 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.50% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5F7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F7FF is #4A0800. Grayscale: #E4E4E4. Windows color (decimal): -4851713 or 16775093. OLE color: 16775093.

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

Color convert

RGB181247255-
CMYK0.290.0300
HSL186.49º100%85.49%-
HSV(B)186.49º29.02%100%-
XYZ70.3783.57107.03-
YUV228.18143.1394.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.50%
GREEN value IS 247 (96.88% from 255) = 36.16%
BLUE value IS 255 (100% from 255) = 37.34%
R=26.50%
G=36.16%
B=37.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812472550.290.0300186.4910085.49
HexB5F7FF1D300ba6455
Octal26536737735300272144125
Binary1011010111110111111111111110111001011101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F7FF; }

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

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

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

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

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

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

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

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