Html Css Color HEX #BEFFF2 Pale Turquoise

📋 copy color: '#BEFFF2'

red 190 ◦ green 255 ◦ blue 242

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

Shades of Pale Turquoise #BEFFF2

Tints of Pale Turquoise #BEFFF2

RGB

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

 GREEN value IS 255 (100% from 255) = 37.12%

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

R = 27.66%
G = 37.12%
B = 35.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#BEFFF2 (or 0xBEFFF2) is known color: Pale Turquoise. HEX triplet: BE, FF and F2. RGB value is (190,255,242). Sum of RGB (Red+Green+Blue) = 190+255+242=687 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.66% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF2 is #41000D. Grayscale: #EAEAEA. Windows color (decimal): -4259854 or 15925182. OLE color: 15925182.

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

Color convert

RGB 190 255 242 -
CMYK 0.25 0 0.05 0
HSL 168º 1% 0.87% -
HSV(B) 168º 0.25% 1% -
XYZ 73.02 88.88 97.31 -
YUV 234.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 190 255 242 0.25 0 0.05 0 168 1 0.87
Hex BE FF F2 19 0 5 0 A8 64 57
Octal 276 377 362 31 0 5 0 250 144 127
Binary 10111110 11111111 11110010 11001 0 101 0 10101000 1100100 1010111

Color Harmonies of #BEFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFF2

Black with #BEFFF2

Text Example


Text Example

White with #BEFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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