Html Css Color HEX #BEF0ED Pale Turquoise

📋 copy color: '#BEF0ED'

red 190 ◦ green 240 ◦ blue 237

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

Shades of Pale Turquoise #BEF0ED

Tints of Pale Turquoise #BEF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.98%

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

R = 28.49%
G = 35.98%
B = 35.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#BEF0ED (or 0xBEF0ED) is known color: Pale Turquoise. HEX triplet: BE, F0 and ED. RGB value is (190,240,237). Sum of RGB (Red+Green+Blue) = 190+240+237=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0ED is #410F12. Grayscale: #E0E0E0. Windows color (decimal): -4263699 or 15593662. OLE color: 15593662.

HSL color Cylindrical-coordinate representation of color #BEF0ED: hue angle of 176.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0ED is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 237 -
CMYK 0.21 0 0.01 0.06
HSL 176.4º 0.63% 0.84% -
HSV(B) 176.4º 0.21% 0.94% -
XYZ 67.68 79.38 91.88 -
YUV 224.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 190 240 237 0.21 0 0.01 0.06 176.4 0.63 0.84
Hex BE F0 ED 15 0 1 6 B0 3E 54
Octal 276 360 355 25 0 1 6 260 76 124
Binary 10111110 11110000 11101101 10101 0 1 110 10110000 111110 1010100

Color Harmonies of #BEF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF0ED

Black with #BEF0ED

Text Example


Text Example

White with #BEF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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