#BDEFEC

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

Shades of Pale Turquoise #BDEFEC

Tints of Pale Turquoise #BDEFEC

Color information

#BDEFEC (or 0xBDEFEC) is unknown color: approx Pale Turquoise. HEX triplet: BD, EF and EC. RGB value is (189,239,236). Sum of RGB (Red+Green+Blue) = 189+239+236=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFEC is #421013. Grayscale: #DFDFDF. Windows color (decimal): -4329492 or 15527869. OLE color: 15527869.

HSL color Cylindrical-coordinate representation of color #BDEFEC: hue angle of 176.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFEC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB189239236-
CMYK0.2100.010.06
HSL176.4º60.98%83.92%-
HSV(B)176.4º20.92%93.73%-
XYZ66.9978.6191-
YUV223.71134.94103.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.46%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=28.46%
G=35.99%
B=35.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892392360.2100.010.06176.460.9883.92
HexBDEFEC15016b03d54
Octal2753573542501626075124
Binary1011110111101111111011001010101110101100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFEC; }

 p { color: rgb(189,239,236); }

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

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

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

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

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

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

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