#B7FFFC

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

Shades of Pale Turquoise #B7FFFC

Tints of Pale Turquoise #B7FFFC

Color information

#B7FFFC (or 0xB7FFFC) is unknown color: approx Pale Turquoise. HEX triplet: B7, FF and FC. RGB value is (183,255,252). Sum of RGB (Red+Green+Blue) = 183+255+252=690 (91% of max value = 765). Red value is 183 (71.88% from 255 or 26.52% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFFC is #480003. Grayscale: #E9E9E9. Windows color (decimal): -4718596 or 16580535. OLE color: 16580535.

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

Color convert

RGB183255252-
CMYK0.2800.010
HSL177.5º100%85.88%-
HSV(B)177.5º28.24%100%-
XYZ72.8688.62105.36-
YUV233.13138.6592.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.52%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=26.52%
G=36.96%
B=36.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832552520.2800.010177.510085.88
HexB7FFFC1C010b26456
Octal26737737434010262144126
Binary101101111111111111111100111000101011001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFFC; }

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

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

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

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

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

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

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

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