Html Css Color HEX #BEF6EE Pale Turquoise

📋 copy color: '#BEF6EE'

red 190 ◦ green 246 ◦ blue 238

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

Shades of Pale Turquoise #BEF6EE

Tints of Pale Turquoise #BEF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.5%

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

R = 28.19%
G = 36.5%
B = 35.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BEF6EE (or 0xBEF6EE) is known color: Pale Turquoise. HEX triplet: BE, F6 and EE. RGB value is (190,246,238). Sum of RGB (Red+Green+Blue) = 190+246+238=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6EE is #410911. Grayscale: #E4E4E4. Windows color (decimal): -4262162 or 15660734. OLE color: 15660734.

HSL color Cylindrical-coordinate representation of color #BEF6EE: hue angle of 171.43º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6EE is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 246 238 -
CMYK 0.23 0 0.03 0.04
HSL 171.43º 0.76% 0.85% -
HSV(B) 171.43º 0.23% 0.96% -
XYZ 69.62 83.03 93.25 -
YUV 228.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 190 246 238 0.23 0 0.03 0.04 171.43 0.76 0.85
Hex BE F6 EE 17 0 3 4 AB 4C 55
Octal 276 366 356 27 0 3 4 253 114 125
Binary 10111110 11110110 11101110 10111 0 11 100 10101011 1001100 1010101

Color Harmonies of #BEF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6EE

Black with #BEF6EE

Text Example


Text Example

White with #BEF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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