#BDF1F1

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

Shades of Pale Turquoise #BDF1F1

Tints of Pale Turquoise #BDF1F1

Color information

#BDF1F1 (or 0xBDF1F1) is unknown color: approx Pale Turquoise. HEX triplet: BD, F1 and F1. RGB value is (189,241,241). Sum of RGB (Red+Green+Blue) = 189+241+241=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #BDF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1F1 is #420E0E. Grayscale: #E1E1E1. Windows color (decimal): -4328975 or 15856061. OLE color: 15856061.

HSL color Cylindrical-coordinate representation of color #BDF1F1: hue angle of 180º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1F1 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189241241-
CMYK0.22000.05
HSL180º65%84.31%-
HSV(B)180º21.58%94.51%-
XYZ68.3280.0895.08-
YUV225.45136.77102-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=28.17%
G=35.92%
B=35.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412410.22000.051806584.31
HexBDF1F116005b44154
Octal27536136126005264101124
Binary10111101111100011111000110110001011011010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1F1; }

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

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

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

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

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

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

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

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