Html Css Color HEX #BEF1F1 Pale Turquoise

📋 copy color: '#BEF1F1'

red 190 ◦ green 241 ◦ blue 241

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

Shades of Pale Turquoise #BEF1F1

Tints of Pale Turquoise #BEF1F1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.86%

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

R = 28.27%
G = 35.86%
B = 35.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEF1F1 (or 0xBEF1F1) is known color: Pale Turquoise. HEX triplet: BE, F1 and F1. RGB value is (190,241,241). Sum of RGB (Red+Green+Blue) = 190+241+241=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #BEF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1F1 is #410E0E. Grayscale: #E1E1E1. Windows color (decimal): -4263439 or 15856062. OLE color: 15856062.

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

Color convert

RGB 190 241 241 -
CMYK 0.21 0 0 0.05
HSL 180º 0.65% 0.85% -
HSV(B) 180º 0.21% 0.95% -
XYZ 68.57 80.21 95.09 -
YUV 225.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 190 241 241 0.21 0 0 0.05 180 0.65 0.85
Hex BE F1 F1 15 0 0 5 B4 41 55
Octal 276 361 361 25 0 0 5 264 101 125
Binary 10111110 11110001 11110001 10101 0 0 101 10110100 1000001 1010101

Color Harmonies of #BEF1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1F1

Black with #BEF1F1

Text Example


Text Example

White with #BEF1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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