Html Css Color HEX #BEF3F0 Pale Turquoise

📋 copy color: '#BEF3F0'

red 190 ◦ green 243 ◦ blue 240

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

Shades of Pale Turquoise #BEF3F0

Tints of Pale Turquoise #BEF3F0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.11%

 BLUE value IS 240 (94.14% from 255) = 35.66%

R = 28.23%
G = 36.11%
B = 35.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#BEF3F0 (or 0xBEF3F0) is known color: Pale Turquoise. HEX triplet: BE, F3 and F0. RGB value is (190,243,240). Sum of RGB (Red+Green+Blue) = 190+243+240=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF3F0 is #410C0F. Grayscale: #E2E2E2. Windows color (decimal): -4262928 or 15791038. OLE color: 15791038.

HSL color Cylindrical-coordinate representation of color #BEF3F0: hue angle of 176.6º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3F0 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 243 240 -
CMYK 0.22 0 0.01 0.05
HSL 176.6º 0.69% 0.85% -
HSV(B) 176.6º 0.22% 0.95% -
XYZ 69.01 81.34 94.5 -
YUV 226.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 190 243 240 0.22 0 0.01 0.05 176.6 0.69 0.85
Hex BE F3 F0 16 0 1 5 B1 45 55
Octal 276 363 360 26 0 1 5 261 105 125
Binary 10111110 11110011 11110000 10110 0 1 101 10110001 1000101 1010101

Color Harmonies of #BEF3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF3F0

Black with #BEF3F0

Text Example


Text Example

White with #BEF3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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