Html Css Color HEX #BEF2ED Pale Turquoise

📋 copy color: '#BEF2ED'

red 190 ◦ green 242 ◦ blue 237

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

Shades of Pale Turquoise #BEF2ED

Tints of Pale Turquoise #BEF2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 28.4%
G = 36.17%
B = 35.43%

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

#BEF2ED (or 0xBEF2ED) is known color: Pale Turquoise. HEX triplet: BE, F2 and ED. RGB value is (190,242,237). Sum of RGB (Red+Green+Blue) = 190+242+237=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2ED is #410D12. Grayscale: #E1E1E1. Windows color (decimal): -4263187 or 15594174. OLE color: 15594174.

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

Color convert

RGB 190 242 237 -
CMYK 0.21 0 0.02 0.05
HSL 174.23º 0.67% 0.85% -
HSV(B) 174.23º 0.21% 0.95% -
XYZ 68.27 80.57 92.07 -
YUV 225.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 190 242 237 0.21 0 0.02 0.05 174.23 0.67 0.85
Hex BE F2 ED 15 0 2 5 AE 43 55
Octal 276 362 355 25 0 2 5 256 103 125
Binary 10111110 11110010 11101101 10101 0 10 101 10101110 1000011 1010101

Color Harmonies of #BEF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2ED

Black with #BEF2ED

Text Example


Text Example

White with #BEF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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