#BDFAFA

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

Shades of Pale Turquoise #BDFAFA

Tints of Pale Turquoise #BDFAFA

Color information

#BDFAFA (or 0xBDFAFA) is unknown color: approx Pale Turquoise. HEX triplet: BD, FA and FA. RGB value is (189,250,250). Sum of RGB (Red+Green+Blue) = 189+250+250=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #BDFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAFA is #420505. Grayscale: #E7E7E7. Windows color (decimal): -4326662 or 16448189. OLE color: 16448189.

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

Color convert

RGB189250250-
CMYK0.24000.02
HSL180º85.92%86.08%-
HSV(B)180º24.4%98.04%-
XYZ72.4386.09103.24-
YUV231.76138.2997.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.43%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=27.43%
G=36.28%
B=36.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502500.24000.0218085.9286.08
HexBDFAFA18002b45656
Octal27537237230002264126126
Binary1011110111111010111110101100000101011010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAFA; }

 p { color: rgb(189,250,250); }

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

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

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

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

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

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

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