#BDEEEB

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

Shades of Pale Turquoise #BDEEEB

Tints of Pale Turquoise #BDEEEB

Color information

#BDEEEB (or 0xBDEEEB) is unknown color: approx Pale Turquoise. HEX triplet: BD, EE and EB. RGB value is (189,238,235). Sum of RGB (Red+Green+Blue) = 189+238+235=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEEB is #421114. Grayscale: #DEDEDE. Windows color (decimal): -4329749 or 15462077. OLE color: 15462077.

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

Color convert

RGB189238235-
CMYK0.2100.010.07
HSL176.33º59.04%83.73%-
HSV(B)176.33º20.59%93.33%-
XYZ66.5677.9790.14-
YUV223.01134.77103.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.55%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=28.55%
G=35.95%
B=35.50%

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
Decimal1892382350.2100.010.07176.3359.0483.73
HexBDEEEB15017b03b54
Octal2753563532501726073124
Binary1011110111101110111010111010101111101100001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEEB; }

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

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

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

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

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

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

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

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