#b7fbfb

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

Shades of Pale Turquoise #B7FBFB

Tints of Pale Turquoise #B7FBFB

Color information

#B7FBFB (or 0xB7FBFB) is unknown color: approx Pale Turquoise. HEX triplet: B7, FB and FB. RGB value is (183,251,251). Sum of RGB (Red+Green+Blue) = 183+251+251=685 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.72% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #B7FBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FBFB is #480404. Grayscale: #E6E6E6. Windows color (decimal): -4719621 or 16513975. OLE color: 16513975.

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

Color convert

RGB183251251-
CMYK0.27000.02
HSL180º89.47%85.1%-
HSV(B)180º27.09%98.43%-
XYZ71.4486.03104.11-
YUV230.67139.4794-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.72%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=26.72%
G=36.64%
B=36.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832512510.27000.0218089.4785.1
HexB7FBFB1B002b45955
Octal26737337333002264131125
Binary1011011111111011111110111101100101011010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7fbfb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7fbfb; }

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

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

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

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

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

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

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

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