#B5F9F6

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

Shades of Pale Turquoise #B5F9F6

Tints of Pale Turquoise #B5F9F6

Color information

#B5F9F6 (or 0xB5F9F6) is unknown color: approx Pale Turquoise. HEX triplet: B5, F9 and F6. RGB value is (181,249,246). Sum of RGB (Red+Green+Blue) = 181+249+246=676 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.78% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F9F6 is #4A0609. Grayscale: #E4E4E4. Windows color (decimal): -4851210 or 16185781. OLE color: 16185781.

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

Color convert

RGB181249246-
CMYK0.2700.010.02
HSL177.35º85%84.31%-
HSV(B)177.35º27.31%97.65%-
XYZ69.5784.2399.78-
YUV228.33137.9794.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.78%
GREEN value IS 249 (97.66% from 255) = 36.83%
BLUE value IS 246 (96.48% from 255) = 36.39%
R=26.78%
G=36.83%
B=36.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812492460.2700.010.02177.358584.31
HexB5F9F61B012b15554
Octal26537136633012261125124
Binary1011010111111001111101101101101101011000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F9F6; }

 p { color: rgb(181,249,246); }

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

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

 a { background-color: rgb(181,249,246); }

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

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

 span { border-color: rgb(181,249,246); }

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