#BDFBF5

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

Shades of Pale Turquoise #BDFBF5

Tints of Pale Turquoise #BDFBF5

Color information

#BDFBF5 (or 0xBDFBF5) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and F5. RGB value is (189,251,245). Sum of RGB (Red+Green+Blue) = 189+251+245=685 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.59% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF5 is #42040A. Grayscale: #E7E7E7. Windows color (decimal): -4326411 or 16120765. OLE color: 16120765.

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

Color convert

RGB189251245-
CMYK0.2500.020.02
HSL174.19º88.57%86.27%-
HSV(B)174.19º24.7%98.43%-
XYZ71.9686.4199.27-
YUV231.78135.4697.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.59%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=27.59%
G=36.64%
B=35.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512450.2500.020.02174.1988.5786.27
HexBDFBF519022ae5956
Octal27537336531022256131126
Binary10111101111110111111010111001010101010111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBF5; }

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

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

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

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

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

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

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

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