#B5F0FC

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

Shades of Pale Turquoise #B5F0FC

Tints of Pale Turquoise #B5F0FC

Color information

#B5F0FC (or 0xB5F0FC) is unknown color: approx Pale Turquoise. HEX triplet: B5, F0 and FC. RGB value is (181,240,252). Sum of RGB (Red+Green+Blue) = 181+240+252=673 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.89% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5F0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0FC is #4A0F03. Grayscale: #DFDFDF. Windows color (decimal): -4853508 or 16576693. OLE color: 16576693.

HSL color Cylindrical-coordinate representation of color #B5F0FC: hue angle of 190.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5F0FC is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181240252-
CMYK0.280.0500.01
HSL190.14º92.21%84.9%-
HSV(B)190.14º28.17%98.82%-
XYZ67.7979.17103.8-
YUV223.73143.9597.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.89%
GREEN value IS 240 (94.14% from 255) = 35.66%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=26.89%
G=35.66%
B=37.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812402520.280.0500.01190.1492.2184.9
HexB5F0FC1C501be5c55
Octal26536037434501276134125
Binary10110101111100001111110011100101011011111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0FC; }

 p { color: rgb(181,240,252); }

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

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

 a { background-color: rgb(181,240,252); }

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

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

 span { border-color: rgb(181,240,252); }

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