Html Css Color HEX #BEFFF3 Pale Turquoise

📋 copy color: '#BEFFF3'

red 190 ◦ green 255 ◦ blue 243

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

Shades of Pale Turquoise #BEFFF3

Tints of Pale Turquoise #BEFFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.32%

R = 27.62%
G = 37.06%
B = 35.32%

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

#BEFFF3 (or 0xBEFFF3) is known color: Pale Turquoise. HEX triplet: BE, FF and F3. RGB value is (190,255,243). Sum of RGB (Red+Green+Blue) = 190+255+243=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF3 is #41000C. Grayscale: #EAEAEA. Windows color (decimal): -4259853 or 15990718. OLE color: 15990718.

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

Color convert

RGB 190 255 243 -
CMYK 0.25 0 0.05 0
HSL 168.92º 1% 0.87% -
HSV(B) 168.92º 0.25% 1% -
XYZ 73.17 88.94 98.1 -
YUV 234.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 190 255 243 0.25 0 0.05 0 168.92 1 0.87
Hex BE FF F3 19 0 5 0 A9 64 57
Octal 276 377 363 31 0 5 0 251 144 127
Binary 10111110 11111111 11110011 11001 0 101 0 10101001 1100100 1010111

Color Harmonies of #BEFFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFF3

Black with #BEFFF3

Text Example


Text Example

White with #BEFFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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