#B7FEF8

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

Shades of Pale Turquoise #B7FEF8

Tints of Pale Turquoise #B7FEF8

Color information

#B7FEF8 (or 0xB7FEF8) is unknown color: approx Pale Turquoise. HEX triplet: B7, FE and F8. RGB value is (183,254,248). Sum of RGB (Red+Green+Blue) = 183+254+248=685 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.72% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEF8 is #480107. Grayscale: #E8E8E8. Windows color (decimal): -4718856 or 16318135. OLE color: 16318135.

HSL color Cylindrical-coordinate representation of color #B7FEF8: hue angle of 174.93º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FEF8 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB183254248-
CMYK0.2800.020.00
HSL174.93º97.26%85.69%-
HSV(B)174.93º27.95%99.61%-
XYZ71.9187.73101.95-
YUV232.09136.9892.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.72%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=26.72%
G=37.08%
B=36.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832542480.2800.020.00174.9397.2685.69
HexB7FEF81C020af6156
Octal26737637034020257141126
Binary1011011111111110111110001110001001010111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FEF8; }

 p { color: rgb(183,254,248); }

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

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

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

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

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

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

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