#B7FEFC

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

Shades of Pale Turquoise #B7FEFC

Tints of Pale Turquoise #B7FEFC

Color information

#B7FEFC (or 0xB7FEFC) is unknown color: approx Pale Turquoise. HEX triplet: B7, FE and FC. RGB value is (183,254,252). Sum of RGB (Red+Green+Blue) = 183+254+252=689 (91% of max value = 765). Red value is 183 (71.88% from 255 or 26.56% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEFC is #480103. Grayscale: #E8E8E8. Windows color (decimal): -4718852 or 16580279. OLE color: 16580279.

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

Color convert

RGB183254252-
CMYK0.2800.010.00
HSL178.31º97.26%85.69%-
HSV(B)178.31º27.95%99.61%-
XYZ72.5487.98105.25-
YUV232.54138.9892.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.56%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=26.56%
G=36.87%
B=36.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832542520.2800.010.00178.3197.2685.69
HexB7FEFC1C010b26156
Octal26737637434010262141126
Binary101101111111111011111100111000101011001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FEFC; }

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

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

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

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

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

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

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

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