#BDFDF1

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

Shades of Pale Turquoise #BDFDF1

Tints of Pale Turquoise #BDFDF1

Color information

#BDFDF1 (or 0xBDFDF1) is unknown color: approx Pale Turquoise. HEX triplet: BD, FD and F1. RGB value is (189,253,241). Sum of RGB (Red+Green+Blue) = 189+253+241=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF1 is #42020E. Grayscale: #E8E8E8. Windows color (decimal): -4325903 or 15859133. OLE color: 15859133.

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

Color convert

RGB189253241-
CMYK0.2500.050.01
HSL168.75º94.12%86.67%-
HSV(B)168.75º25.3%99.22%-
XYZ71.9987.4296.3-
YUV232.5132.896.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.67%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=27.67%
G=37.04%
B=35.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532410.2500.050.01168.7594.1286.67
HexBDFDF119051a95e57
Octal27537536131051251136127
Binary10111101111111011111000111001010111010100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDF1; }

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

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

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

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

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

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

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

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