Html Css Color HEX #BEF2F1 Pale Turquoise

📋 copy color: '#BEF2F1'

red 190 ◦ green 242 ◦ blue 241

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

Shades of Pale Turquoise #BEF2F1

Tints of Pale Turquoise #BEF2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.81%

R = 28.23%
G = 35.96%
B = 35.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#BEF2F1 (or 0xBEF2F1) is known color: Pale Turquoise. HEX triplet: BE, F2 and F1. RGB value is (190,242,241). Sum of RGB (Red+Green+Blue) = 190+242+241=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2F1 is #410D0E. Grayscale: #E2E2E2. Windows color (decimal): -4263183 or 15856318. OLE color: 15856318.

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

Color convert

RGB 190 242 241 -
CMYK 0.21 0 0.00 0.05
HSL 178.85º 0.67% 0.85% -
HSV(B) 178.85º 0.21% 0.95% -
XYZ 68.86 80.8 95.19 -
YUV 226.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 190 242 241 0.21 0 0.00 0.05 178.85 0.67 0.85
Hex BE F2 F1 15 0 0 5 B3 43 55
Octal 276 362 361 25 0 0 5 263 103 125
Binary 10111110 11110010 11110001 10101 0 0 101 10110011 1000011 1010101

Color Harmonies of #BEF2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2F1

Black with #BEF2F1

Text Example


Text Example

White with #BEF2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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