#B5FEFD

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

Shades of Pale Turquoise #B5FEFD

Tints of Pale Turquoise #B5FEFD

Color information

#B5FEFD (or 0xB5FEFD) is unknown color: approx Pale Turquoise. HEX triplet: B5, FE and FD. RGB value is (181,254,253). Sum of RGB (Red+Green+Blue) = 181+254+253=688 (91% of max value = 765). Red value is 181 (71.09% from 255 or 26.31% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEFD is #4A0102. Grayscale: #E7E7E7. Windows color (decimal): -4849923 or 16645813. OLE color: 16645813.

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

Color convert

RGB181254253-
CMYK0.2900.000.00
HSL179.18º97.33%85.29%-
HSV(B)179.18º28.74%99.61%-
XYZ72.2387.8106.07-
YUV232.06139.8291.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.31%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=26.31%
G=36.92%
B=36.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542530.2900.000.00179.1897.3385.29
HexB5FEFD1D000b36155
Octal26537637535000263141125
Binary101101011111111011111101111010001011001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEFD; }

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

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

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

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

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

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

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

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