Html Css Color HEX #BEF8F3 Pale Turquoise

📋 copy color: '#BEF8F3'

red 190 ◦ green 248 ◦ blue 243

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

Shades of Pale Turquoise #BEF8F3

Tints of Pale Turquoise #BEF8F3

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.42%

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

R = 27.9%
G = 36.42%
B = 35.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#BEF8F3 (or 0xBEF8F3) is known color: Pale Turquoise. HEX triplet: BE, F8 and F3. RGB value is (190,248,243). Sum of RGB (Red+Green+Blue) = 190+248+243=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8F3 is #41070C. Grayscale: #E6E6E6. Windows color (decimal): -4261645 or 15988926. OLE color: 15988926.

HSL color Cylindrical-coordinate representation of color #BEF8F3: hue angle of 174.83º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8F3 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 248 243 -
CMYK 0.23 0 0.02 0.03
HSL 174.83º 0.81% 0.86% -
HSV(B) 174.83º 0.23% 0.97% -
XYZ 70.98 84.55 97.37 -
YUV 230.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 190 248 243 0.23 0 0.02 0.03 174.83 0.81 0.86
Hex BE F8 F3 17 0 2 3 AF 51 56
Octal 276 370 363 27 0 2 3 257 121 126
Binary 10111110 11111000 11110011 10111 0 10 11 10101111 1010001 1010110

Color Harmonies of #BEF8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF8F3

Black with #BEF8F3

Text Example


Text Example

White with #BEF8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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