#B7F0FB

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

Shades of Pale Turquoise #B7F0FB

Tints of Pale Turquoise #B7F0FB

Color information

#B7F0FB (or 0xB7F0FB) is unknown color: approx Pale Turquoise. HEX triplet: B7, F0 and FB. RGB value is (183,240,251). Sum of RGB (Red+Green+Blue) = 183+240+251=674 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.15% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7F0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F0FB is #480F04. Grayscale: #E0E0E0. Windows color (decimal): -4722437 or 16511159. OLE color: 16511159.

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

Color convert

RGB183240251-
CMYK0.270.0400.02
HSL189.71º89.47%85.1%-
HSV(B)189.71º27.09%98.43%-
XYZ68.179.35102.99-
YUV224.21143.1298.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.15%
GREEN value IS 240 (94.14% from 255) = 35.61%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=27.15%
G=35.61%
B=37.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832402510.270.0400.02189.7189.4785.1
HexB7F0FB1B402be5955
Octal26736037333402276131125
Binary101101111111000011111011110111000101011111010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F0FB; }

 p { color: rgb(183,240,251); }

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

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

 a { background-color: rgb(183,240,251); }

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

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

 span { border-color: rgb(183,240,251); }

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