#B7F4FD

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

Shades of Pale Turquoise #B7F4FD

Tints of Pale Turquoise #B7F4FD

Color information

#B7F4FD (or 0xB7F4FD) is unknown color: approx Pale Turquoise. HEX triplet: B7, F4 and FD. RGB value is (183,244,253). Sum of RGB (Red+Green+Blue) = 183+244+253=680 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.91% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7F4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F4FD is #480B02. Grayscale: #E2E2E2. Windows color (decimal): -4721411 or 16643255. OLE color: 16643255.

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

Color convert

RGB183244253-
CMYK0.280.0400.01
HSL187.71º94.59%85.49%-
HSV(B)187.71º27.67%99.22%-
XYZ69.6181.86105.06-
YUV226.79142.7996.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.91%
GREEN value IS 244 (95.70% from 255) = 35.88%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=26.91%
G=35.88%
B=37.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832442530.280.0400.01187.7194.5985.49
HexB7F4FD1C401bc5f55
Octal26736437534401274137125
Binary10110111111101001111110111100100011011110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F4FD; }

 p { color: rgb(183,244,253); }

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

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

 a { background-color: rgb(183,244,253); }

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

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

 span { border-color: rgb(183,244,253); }

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