Html Css Color HEX #BEFEF2 Pale Turquoise

📋 copy color: '#BEFEF2'

red 190 ◦ green 254 ◦ blue 242

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

Shades of Pale Turquoise #BEFEF2

Tints of Pale Turquoise #BEFEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.03%

 BLUE value IS 242 (94.92% from 255) = 35.28%

R = 27.7%
G = 37.03%
B = 35.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#BEFEF2 (or 0xBEFEF2) is known color: Pale Turquoise. HEX triplet: BE, FE and F2. RGB value is (190,254,242). Sum of RGB (Red+Green+Blue) = 190+254+242=686 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.70% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEF2 is #41010D. Grayscale: #E9E9E9. Windows color (decimal): -4260110 or 15924926. OLE color: 15924926.

HSL color Cylindrical-coordinate representation of color #BEFEF2: hue angle of 168.75º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEF2 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 242 -
CMYK 0.25 0 0.05 0.00
HSL 168.75º 0.97% 0.87% -
HSV(B) 168.75º 0.25% 1% -
XYZ 72.7 88.24 97.2 -
YUV 233.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 190 254 242 0.25 0 0.05 0.00 168.75 0.97 0.87
Hex BE FE F2 19 0 5 0 A9 61 57
Octal 276 376 362 31 0 5 0 251 141 127
Binary 10111110 11111110 11110010 11001 0 101 0 10101001 1100001 1010111

Color Harmonies of #BEFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFEF2

Black with #BEFEF2

Text Example


Text Example

White with #BEFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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