Html Css Color HEX #BEF7FA Pale Turquoise

📋 copy color: '#BEF7FA'

red 190 ◦ green 247 ◦ blue 250

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

Shades of Pale Turquoise #BEF7FA

Tints of Pale Turquoise #BEF7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.95%

 BLUE value IS 250 (98.05% from 255) = 36.39%

R = 27.66%
G = 35.95%
B = 36.39%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEF7FA (or 0xBEF7FA) is known color: Pale Turquoise. HEX triplet: BE, F7 and FA. RGB value is (190,247,250). Sum of RGB (Red+Green+Blue) = 190+247+250=687 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.66% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7FA is #410805. Grayscale: #E6E6E6. Windows color (decimal): -4261894 or 16447422. OLE color: 16447422.

HSL color Cylindrical-coordinate representation of color #BEF7FA: hue angle of 183º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF7FA is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 247 250 -
CMYK 0.24 0.01 0 0.02
HSL 183º 0.86% 0.86% -
HSV(B) 183º 0.24% 0.98% -
XYZ 71.75 84.37 102.95 -
YUV 230.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 190 247 250 0.24 0.01 0 0.02 183 0.86 0.86
Hex BE F7 FA 18 1 0 2 B7 56 56
Octal 276 367 372 30 1 0 2 267 126 126
Binary 10111110 11110111 11111010 11000 1 0 10 10110111 1010110 1010110

Color Harmonies of #BEF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF7FA

Black with #BEF7FA

Text Example


Text Example

White with #BEF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF7FA; }

 p { color: rgb(190,247,250); }

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

background-color css

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

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

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

border-color css

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

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

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