#B0FDFA

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

Shades of Pale Turquoise #B0FDFA

Tints of Pale Turquoise #B0FDFA

Color information

#B0FDFA (or 0xB0FDFA) is unknown color: approx Pale Turquoise. HEX triplet: B0, FD and FA. RGB value is (176,253,250). Sum of RGB (Red+Green+Blue) = 176+253+250=679 (89% of max value = 765). Red value is 176 (69.14% from 255 or 25.92% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FDFA is #4F0205. Grayscale: #E5E5E5. Windows color (decimal): -5177862 or 16448944. OLE color: 16448944.

HSL color Cylindrical-coordinate representation of color #B0FDFA: hue angle of 177.66º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FDFA is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB176253250-
CMYK0.3000.010.01
HSL177.66º95.06%84.12%-
HSV(B)177.66º30.43%99.22%-
XYZ70.2986.38103.41-
YUV229.64139.4989.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 25.92%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=25.92%
G=37.26%
B=36.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762532500.3000.010.01177.6695.0684.12
HexB0FDFA1E011b25f54
Octal26037537236011262137124
Binary101100001111110111111010111100111011001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDFA; }

 p { color: rgb(176,253,250); }

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

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

 a { background-color: rgb(176,253,250); }

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

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

 span { border-color: rgb(176,253,250); }

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