#BDFBF0

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

Shades of Pale Turquoise #BDFBF0

Tints of Pale Turquoise #BDFBF0

Color information

#BDFBF0 (or 0xBDFBF0) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and F0. RGB value is (189,251,240). Sum of RGB (Red+Green+Blue) = 189+251+240=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF0 is #42040F. Grayscale: #E7E7E7. Windows color (decimal): -4326416 or 15793085. OLE color: 15793085.

HSL color Cylindrical-coordinate representation of color #BDFBF0: hue angle of 169.35º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBF0 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB189251240-
CMYK0.2500.040.02
HSL169.35º88.57%86.27%-
HSV(B)169.35º24.7%98.43%-
XYZ71.2186.195.3-
YUV231.21132.9697.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.79%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 240 (94.14% from 255) = 35.29%
R=27.79%
G=36.91%
B=35.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512400.2500.040.02169.3588.5786.27
HexBDFBF019042a95956
Octal27537336031042251131126
Binary101111011111101111110000110010100101010100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBF0; }

 p { color: rgb(189,251,240); }

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

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

 a { background-color: rgb(189,251,240); }

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

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

 span { border-color: rgb(189,251,240); }

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