Html Css Color HEX #BEF6FA Pale Turquoise

📋 copy color: '#BEF6FA'

red 190 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #BEF6FA

Tints of Pale Turquoise #BEF6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.86%

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

R = 27.7%
G = 35.86%
B = 36.44%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEF6FA (or 0xBEF6FA) is known color: Pale Turquoise. HEX triplet: BE, F6 and FA. RGB value is (190,246,250). Sum of RGB (Red+Green+Blue) = 190+246+250=686 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.70% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6FA is #410905. Grayscale: #E5E5E5. Windows color (decimal): -4262150 or 16447166. OLE color: 16447166.

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

Color convert

RGB 190 246 250 -
CMYK 0.24 0.02 0 0.02
HSL 184º 0.86% 0.86% -
HSV(B) 184º 0.24% 0.98% -
XYZ 71.45 83.76 102.84 -
YUV 229.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 190 246 250 0.24 0.02 0 0.02 184 0.86 0.86
Hex BE F6 FA 18 2 0 2 B8 56 56
Octal 276 366 372 30 2 0 2 270 126 126
Binary 10111110 11110110 11111010 11000 10 0 10 10111000 1010110 1010110

Color Harmonies of #BEF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6FA

Black with #BEF6FA

Text Example


Text Example

White with #BEF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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