Html Css Color HEX #BEF0EE Pale Turquoise

📋 copy color: '#BEF0EE'

red 190 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #BEF0EE

Tints of Pale Turquoise #BEF0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.63%

R = 28.44%
G = 35.93%
B = 35.63%

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

#BEF0EE (or 0xBEF0EE) is known color: Pale Turquoise. HEX triplet: BE, F0 and EE. RGB value is (190,240,238). Sum of RGB (Red+Green+Blue) = 190+240+238=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0EE is #410F11. Grayscale: #E0E0E0. Windows color (decimal): -4263698 or 15659198. OLE color: 15659198.

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

Color convert

RGB 190 240 238 -
CMYK 0.21 0 0.01 0.06
HSL 177.6º 0.63% 0.84% -
HSV(B) 177.6º 0.21% 0.94% -
XYZ 67.83 79.44 92.65 -
YUV 224.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 190 240 238 0.21 0 0.01 0.06 177.6 0.63 0.84
Hex BE F0 EE 15 0 1 6 B2 3E 54
Octal 276 360 356 25 0 1 6 262 76 124
Binary 10111110 11110000 11101110 10101 0 1 110 10110010 111110 1010100

Color Harmonies of #BEF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF0EE

Black with #BEF0EE

Text Example


Text Example

White with #BEF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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