#BDEEEC

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

Shades of Pale Turquoise #BDEEEC

Tints of Pale Turquoise #BDEEEC

Color information

#BDEEEC (or 0xBDEEEC) is unknown color: approx Pale Turquoise. HEX triplet: BD, EE and EC. RGB value is (189,238,236). Sum of RGB (Red+Green+Blue) = 189+238+236=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEEC is #421113. Grayscale: #DFDFDF. Windows color (decimal): -4329748 or 15527613. OLE color: 15527613.

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

Color convert

RGB189238236-
CMYK0.2100.010.07
HSL177.55º59.04%83.73%-
HSV(B)177.55º20.59%93.33%-
XYZ66.778.0290.9-
YUV223.12135.27103.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 238 (93.36% from 255) = 35.90%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=28.51%
G=35.90%
B=35.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382360.2100.010.07177.5559.0483.73
HexBDEEEC15017b23b54
Octal2753563542501726273124
Binary1011110111101110111011001010101111101100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEEC; }

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

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

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

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

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

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

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

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