#b5f3f3

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

Shades of Pale Turquoise #B5F3F3

Tints of Pale Turquoise #B5F3F3

Color information

#B5F3F3 (or 0xB5F3F3) is unknown color: approx Pale Turquoise. HEX triplet: B5, F3 and F3. RGB value is (181,243,243). Sum of RGB (Red+Green+Blue) = 181+243+243=667 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.14% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #B5F3F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F3F3 is #4A0C0C. Grayscale: #E0E0E0. Windows color (decimal): -4852749 or 15987637. OLE color: 15987637.

HSL color Cylindrical-coordinate representation of color #B5F3F3: hue angle of 180º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F3F3 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181243243-
CMYK0.26000.05
HSL180º72.09%83.14%-
HSV(B)180º25.51%95.29%-
XYZ67.2880.496.77-
YUV224.46138.4697-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.14%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=27.14%
G=36.43%
B=36.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812432430.26000.0518072.0983.14
HexB5F3F31A005b44853
Octal26536336332005264110123
Binary10110101111100111111001111010001011011010010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5f3f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5f3f3; }

 p { color: rgb(181,243,243); }

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

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

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

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

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

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

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