Html Css Color HEX #BEF9FA Pale Turquoise

📋 copy color: '#BEF9FA'

red 190 ◦ green 249 ◦ blue 250

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

Shades of Pale Turquoise #BEF9FA

Tints of Pale Turquoise #BEF9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.14%

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

R = 27.58%
G = 36.14%
B = 36.28%

CMYK

 C value IS 0.24

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEF9FA (or 0xBEF9FA) is known color: Pale Turquoise. HEX triplet: BE, F9 and FA. RGB value is (190,249,250). Sum of RGB (Red+Green+Blue) = 190+249+250=689 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.58% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9FA is #410605. Grayscale: #E7E7E7. Windows color (decimal): -4261382 or 16447934. OLE color: 16447934.

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

Color convert

RGB 190 249 250 -
CMYK 0.24 0.00 0 0.02
HSL 181º 0.86% 0.86% -
HSV(B) 181º 0.24% 0.98% -
XYZ 72.37 85.6 103.15 -
YUV 231.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 190 249 250 0.24 0.00 0 0.02 181 0.86 0.86
Hex BE F9 FA 18 0 0 2 B5 56 56
Octal 276 371 372 30 0 0 2 265 126 126
Binary 10111110 11111001 11111010 11000 0 0 10 10110101 1010110 1010110

Color Harmonies of #BEF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF9FA

Black with #BEF9FA

Text Example


Text Example

White with #BEF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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