#BDEEEE

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

Shades of Pale Turquoise #BDEEEE

Tints of Pale Turquoise #BDEEEE

Color information

#BDEEEE (or 0xBDEEEE) is unknown color: approx Pale Turquoise. HEX triplet: BD, EE and EE. RGB value is (189,238,238). Sum of RGB (Red+Green+Blue) = 189+238+238=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #BDEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEEE is #421111. Grayscale: #DFDFDF. Windows color (decimal): -4329746 or 15658685. OLE color: 15658685.

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

Color convert

RGB189238238-
CMYK0.21000.07
HSL180º59.04%83.73%-
HSV(B)180º20.59%93.33%-
XYZ66.9978.1492.44-
YUV223.35136.27103.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.42%
GREEN value IS 238 (93.36% from 255) = 35.79%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=28.42%
G=35.79%
B=35.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382380.21000.0718059.0483.73
HexBDEEEE15007b43b54
Octal2753563562500726473124
Binary1011110111101110111011101010100111101101001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEEE; }

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

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

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

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

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

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

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

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