#BDF7EE

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

Shades of Pale Turquoise #BDF7EE

Tints of Pale Turquoise #BDF7EE

Color information

#BDF7EE (or 0xBDF7EE) is unknown color: approx Pale Turquoise. HEX triplet: BD, F7 and EE. RGB value is (189,247,238). Sum of RGB (Red+Green+Blue) = 189+247+238=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7EE is #420811. Grayscale: #E4E4E4. Windows color (decimal): -4327442 or 15660989. OLE color: 15660989.

HSL color Cylindrical-coordinate representation of color #BDF7EE: hue angle of 170.69º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7EE is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB189247238-
CMYK0.2300.040.03
HSL170.69º78.38%85.49%-
HSV(B)170.69º23.48%96.86%-
XYZ69.6883.5193.34-
YUV228.63133.2899.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=28.04%
G=36.65%
B=35.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892472380.2300.040.03170.6978.3885.49
HexBDF7EE17043ab4e55
Octal27536735627043253116125
Binary101111011111011111101110101110100111010101110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7EE; }

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

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

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

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

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

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

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

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