#B4FFF0

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

Shades of Pale Turquoise #B4FFF0

Tints of Pale Turquoise #B4FFF0

Color information

#B4FFF0 (or 0xB4FFF0) is unknown color: approx Pale Turquoise. HEX triplet: B4, FF and F0. RGB value is (180,255,240). Sum of RGB (Red+Green+Blue) = 180+255+240=675 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.67% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFF0 is #4B000F. Grayscale: #E6E6E6. Windows color (decimal): -4915216 or 15794100. OLE color: 15794100.

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

Color convert

RGB180255240-
CMYK0.2900.060
HSL168º100%85.29%-
HSV(B)168º29.41%100%-
XYZ70.3187.5195.62-
YUV230.86133.1591.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.67%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 240 (94.14% from 255) = 35.56%
R=26.67%
G=37.78%
B=35.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552400.2900.06016810085.29
HexB4FFF01D060a86455
Octal26437736035060250144125
Binary10110100111111111111000011101011001010100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFF0; }

 p { color: rgb(180,255,240); }

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

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

 a { background-color: rgb(180,255,240); }

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

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

 span { border-color: rgb(180,255,240); }

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