#B7FAEE

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

Shades of Pale Turquoise #B7FAEE

Tints of Pale Turquoise #B7FAEE

Color information

#B7FAEE (or 0xB7FAEE) is unknown color: approx Pale Turquoise. HEX triplet: B7, FA and EE. RGB value is (183,250,238). Sum of RGB (Red+Green+Blue) = 183+250+238=671 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.27% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FAEE is #480511. Grayscale: #E4E4E4. Windows color (decimal): -4719890 or 15661751. OLE color: 15661751.

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

Color convert

RGB183250238-
CMYK0.2700.050.02
HSL169.25º87.01%84.9%-
HSV(B)169.25º26.8%98.04%-
XYZ69.1584.6193.58-
YUV228.6133.395.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.27%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=27.27%
G=37.26%
B=35.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832502380.2700.050.02169.2587.0184.9
HexB7FAEE1B052a95755
Octal26737235633052251127125
Binary101101111111101011101110110110101101010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAEE; }

 p { color: rgb(183,250,238); }

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

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

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

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

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

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

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