#B5FEFF

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

Shades of Pale Turquoise #B5FEFF

Tints of Pale Turquoise #B5FEFF

Color information

#B5FEFF (or 0xB5FEFF) is unknown color: approx Pale Turquoise. HEX triplet: B5, FE and FF. RGB value is (181,254,255). Sum of RGB (Red+Green+Blue) = 181+254+255=690 (91% of max value = 765). Red value is 181 (71.09% from 255 or 26.23% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEFF is #4A0100. Grayscale: #E8E8E8. Windows color (decimal): -4849921 or 16776885. OLE color: 16776885.

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

Color convert

RGB181254255-
CMYK0.290.0000
HSL180.81º100%85.49%-
HSV(B)180.81º29.02%100%-
XYZ72.5587.93107.76-
YUV232.29140.8291.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.23%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 255 (100% from 255) = 36.96%
R=26.23%
G=36.81%
B=36.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812542550.290.0000180.8110085.49
HexB5FEFF1D000b56455
Octal26537637735000265144125
Binary101101011111111011111111111010001011010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEFF; }

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

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

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

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

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

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

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

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