Html Css Color HEX #BEF2EE Pale Turquoise

📋 copy color: '#BEF2EE'

red 190 ◦ green 242 ◦ blue 238

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

Shades of Pale Turquoise #BEF2EE

Tints of Pale Turquoise #BEF2EE

RGB

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

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

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

R = 28.36%
G = 36.12%
B = 35.52%

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

#BEF2EE (or 0xBEF2EE) is known color: Pale Turquoise. HEX triplet: BE, F2 and EE. RGB value is (190,242,238). Sum of RGB (Red+Green+Blue) = 190+242+238=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2EE is #410D11. Grayscale: #E1E1E1. Windows color (decimal): -4263186 or 15659710. OLE color: 15659710.

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

Color convert

RGB 190 242 238 -
CMYK 0.21 0 0.02 0.05
HSL 175.38º 0.67% 0.85% -
HSV(B) 175.38º 0.21% 0.95% -
XYZ 68.42 80.62 92.84 -
YUV 226 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 190 242 238 0.21 0 0.02 0.05 175.38 0.67 0.85
Hex BE F2 EE 15 0 2 5 AF 43 55
Octal 276 362 356 25 0 2 5 257 103 125
Binary 10111110 11110010 11101110 10101 0 10 101 10101111 1000011 1010101

Color Harmonies of #BEF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2EE

Black with #BEF2EE

Text Example


Text Example

White with #BEF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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