#BDF3EE

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

Shades of Pale Turquoise #BDF3EE

Tints of Pale Turquoise #BDF3EE

Color information

#BDF3EE (or 0xBDF3EE) is unknown color: approx Pale Turquoise. HEX triplet: BD, F3 and EE. RGB value is (189,243,238). Sum of RGB (Red+Green+Blue) = 189+243+238=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3EE is #420C11. Grayscale: #E2E2E2. Windows color (decimal): -4328466 or 15659965. OLE color: 15659965.

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

Color convert

RGB189243238-
CMYK0.2200.020.05
HSL174.44º69.23%84.71%-
HSV(B)174.44º22.22%95.29%-
XYZ68.4781.0992.93-
YUV226.28134.61101.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.21%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=28.21%
G=36.27%
B=35.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892432380.2200.020.05174.4469.2384.71
HexBDF3EE16025ae4555
Octal27536335626025256105125
Binary101111011111001111101110101100101011010111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3EE; }

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

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

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

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

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

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

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

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