#B5FEFC

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

Shades of Pale Turquoise #B5FEFC

Tints of Pale Turquoise #B5FEFC

Color information

#B5FEFC (or 0xB5FEFC) is unknown color: approx Pale Turquoise. HEX triplet: B5, FE and FC. RGB value is (181,254,252). Sum of RGB (Red+Green+Blue) = 181+254+252=687 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.35% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEFC is #4A0103. Grayscale: #E7E7E7. Windows color (decimal): -4849924 or 16580277. OLE color: 16580277.

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

Color convert

RGB181254252-
CMYK0.2900.010.00
HSL178.36º97.33%85.29%-
HSV(B)178.36º28.74%99.61%-
XYZ72.0787.74105.23-
YUV231.94139.3291.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.35%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=26.35%
G=36.97%
B=36.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542520.2900.010.00178.3697.3385.29
HexB5FEFC1D010b26155
Octal26537637435010262141125
Binary101101011111111011111100111010101011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEFC; }

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

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

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

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

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

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

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

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