#BDFDF8

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

Shades of Pale Turquoise #BDFDF8

Tints of Pale Turquoise #BDFDF8

Color information

#BDFDF8 (or 0xBDFDF8) is unknown color: approx Pale Turquoise. HEX triplet: BD, FD and F8. RGB value is (189,253,248). Sum of RGB (Red+Green+Blue) = 189+253+248=690 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.39% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF8 is #420207. Grayscale: #E9E9E9. Windows color (decimal): -4325896 or 16317885. OLE color: 16317885.

HSL color Cylindrical-coordinate representation of color #BDFDF8: hue angle of 175.31º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDF8 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB189253248-
CMYK0.2500.020.01
HSL175.31º94.12%86.67%-
HSV(B)175.31º25.3%99.22%-
XYZ73.0587.85101.91-
YUV233.29136.396.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.39%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 248 (97.27% from 255) = 35.94%
R=27.39%
G=36.67%
B=35.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532480.2500.020.01175.3194.1286.67
HexBDFDF819021af5e57
Octal27537537031021257136127
Binary1011110111111101111110001100101011010111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDF8; }

 p { color: rgb(189,253,248); }

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

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

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

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

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

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

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