#BEFDF3

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

Shades of Pale Turquoise #BEFDF3

Tints of Pale Turquoise #BEFDF3

Color information

#BEFDF3 (or 0xBEFDF3) is unknown color: approx Pale Turquoise. HEX triplet: BE, FD and F3. RGB value is (190,253,243). Sum of RGB (Red+Green+Blue) = 190+253+243=686 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.70% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDF3 is #41020C. Grayscale: #E8E8E8. Windows color (decimal): -4260365 or 15990206. OLE color: 15990206.

HSL color Cylindrical-coordinate representation of color #BEFDF3: hue angle of 170.48º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDF3 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB190253243-
CMYK0.2500.040.01
HSL170.48º94.03%86.86%-
HSV(B)170.48º24.9%99.22%-
XYZ72.5487.6797.89-
YUV233.02133.6397.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.70%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=27.70%
G=36.88%
B=35.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532430.2500.040.01170.4894.0386.86
HexBEFDF319041aa5e57
Octal27637536331041252136127
Binary10111110111111011111001111001010011010101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDF3; }

 p { color: rgb(190,253,243); }

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

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

 a { background-color: rgb(190,253,243); }

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

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

 span { border-color: rgb(190,253,243); }

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