#B7FEFA

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

Shades of Pale Turquoise #B7FEFA

Tints of Pale Turquoise #B7FEFA

Color information

#B7FEFA (or 0xB7FEFA) is unknown color: approx Pale Turquoise. HEX triplet: B7, FE and FA. RGB value is (183,254,250). Sum of RGB (Red+Green+Blue) = 183+254+250=687 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.64% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEFA is #480105. Grayscale: #E8E8E8. Windows color (decimal): -4718854 or 16449207. OLE color: 16449207.

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

Color convert

RGB183254250-
CMYK0.2800.020.00
HSL176.62º97.26%85.69%-
HSV(B)176.62º27.95%99.61%-
XYZ72.2387.85103.59-
YUV232.32137.9892.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.64%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=26.64%
G=36.97%
B=36.39%

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
Decimal1832542500.2800.020.00176.6297.2685.69
HexB7FEFA1C020b16156
Octal26737637234020261141126
Binary1011011111111110111110101110001001011000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FEFA; }

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

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

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

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

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

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

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

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