Html Css Color HEX #BEF2EC Pale Turquoise

📋 copy color: '#BEF2EC'

red 190 ◦ green 242 ◦ blue 236

#BEF2EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #BEF2EC

Tints of Pale Turquoise #BEF2EC

RGB

 RED value IS 190 (74.61% from 255) = 28.44%

 GREEN value IS 242 (94.92% from 255) = 36.23%

 BLUE value IS 236 (92.58% from 255) = 35.33%

R = 28.44%
G = 36.23%
B = 35.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#BEF2EC (or 0xBEF2EC) is known color: Pale Turquoise. HEX triplet: BE, F2 and EC. RGB value is (190,242,236). Sum of RGB (Red+Green+Blue) = 190+242+236=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2EC is #410D13. Grayscale: #E1E1E1. Windows color (decimal): -4263188 or 15528638. OLE color: 15528638.

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

Color convert

RGB 190 242 236 -
CMYK 0.21 0 0.02 0.05
HSL 173.08º 0.67% 0.85% -
HSV(B) 173.08º 0.21% 0.95% -
XYZ 68.13 80.51 91.31 -
YUV 225.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 190 242 236 0.21 0 0.02 0.05 173.08 0.67 0.85
Hex BE F2 EC 15 0 2 5 AD 43 55
Octal 276 362 354 25 0 2 5 255 103 125
Binary 10111110 11110010 11101100 10101 0 10 101 10101101 1000011 1010101

Color Harmonies of #BEF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2EC

Black with #BEF2EC

Text Example


Text Example

White with #BEF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2EC; }

 p { color: rgb(190,242,236); }

 H1.HeaderClassName
 {
   color: #BEF2EC;
 }
 .AnyTagClassName
 {
   color: #BEF2EC;
 }
</style>

background-color css

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

 a { background-color: rgb(190,242,236); }

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

border-color css

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

 span { border-color: rgb(190,242,236); }

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