#B4FDF3

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

Shades of Pale Turquoise #B4FDF3

Tints of Pale Turquoise #B4FDF3

Color information

#B4FDF3 (or 0xB4FDF3) is unknown color: approx Pale Turquoise. HEX triplet: B4, FD and F3. RGB value is (180,253,243). Sum of RGB (Red+Green+Blue) = 180+253+243=676 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.63% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FDF3 is #4B020C. Grayscale: #E5E5E5. Windows color (decimal): -4915725 or 15990196. OLE color: 15990196.

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

Color convert

RGB180253243-
CMYK0.2900.040.01
HSL171.78º94.81%84.9%-
HSV(B)171.78º28.85%99.22%-
XYZ70.1386.4297.78-
YUV230.03135.3292.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.63%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 243 (95.31% from 255) = 35.95%
R=26.63%
G=37.43%
B=35.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802532430.2900.040.01171.7894.8184.9
HexB4FDF31D041ac5f55
Octal26437536335041254137125
Binary10110100111111011111001111101010011010110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDF3; }

 p { color: rgb(180,253,243); }

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

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

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

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

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

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

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