#B7F5FD

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

Shades of Pale Turquoise #B7F5FD

Tints of Pale Turquoise #B7F5FD

Color information

#B7F5FD (or 0xB7F5FD) is unknown color: approx Pale Turquoise. HEX triplet: B7, F5 and FD. RGB value is (183,245,253). Sum of RGB (Red+Green+Blue) = 183+245+253=681 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.87% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7F5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F5FD is #480A02. Grayscale: #E3E3E3. Windows color (decimal): -4721155 or 16643511. OLE color: 16643511.

HSL color Cylindrical-coordinate representation of color #B7F5FD: hue angle of 186.86º degrees, saturation: 0.95, 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 #B7F5FD is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183245253-
CMYK0.280.0300.01
HSL186.86º94.59%85.49%-
HSV(B)186.86º27.67%99.22%-
XYZ69.9182.46105.16-
YUV227.37142.4696.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.87%
GREEN value IS 245 (96.09% from 255) = 35.98%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=26.87%
G=35.98%
B=37.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832452530.280.0300.01186.8694.5985.49
HexB7F5FD1C301bb5f55
Octal26736537534301273137125
Binary1011011111110101111111011110011011011101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F5FD; }

 p { color: rgb(183,245,253); }

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

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

 a { background-color: rgb(183,245,253); }

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

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

 span { border-color: rgb(183,245,253); }

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