#BDFDF7

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

Shades of Pale Turquoise #BDFDF7

Tints of Pale Turquoise #BDFDF7

Color information

#BDFDF7 (or 0xBDFDF7) is unknown color: approx Pale Turquoise. HEX triplet: BD, FD and F7. RGB value is (189,253,247). Sum of RGB (Red+Green+Blue) = 189+253+247=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF7 is #420208. Grayscale: #E9E9E9. Windows color (decimal): -4325897 or 16252349. OLE color: 16252349.

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

Color convert

RGB189253247-
CMYK0.2500.020.01
HSL174.38º94.12%86.67%-
HSV(B)174.38º25.3%99.22%-
XYZ72.987.78101.1-
YUV233.18135.896.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.43%
GREEN value IS 253 (99.22% from 255) = 36.72%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=27.43%
G=36.72%
B=35.85%

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
Decimal1892532470.2500.020.01174.3894.1286.67
HexBDFDF719021ae5e57
Octal27537536731021256136127
Binary1011110111111101111101111100101011010111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDF7; }

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

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

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

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

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

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

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

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