Html Css Color HEX #BFF6FA Pale Turquoise

📋 copy color: '#BFF6FA'

red 191 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #BFF6FA

Tints of Pale Turquoise #BFF6FA

RGB

 RED value IS 191 (75% from 255) = 27.8%

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

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

R = 27.8%
G = 35.81%
B = 36.39%

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

#BFF6FA (or 0xBFF6FA) is known color: Pale Turquoise. HEX triplet: BF, F6 and FA. RGB value is (191,246,250). Sum of RGB (Red+Green+Blue) = 191+246+250=687 (90% of max value = 765). Red value is 191 (75% from 255 or 27.80% from 687); Green value is 246 (96.48% from 255 or 35.81% 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 #BFF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6FA is #400905. Grayscale: #E5E5E5. Windows color (decimal): -4196614 or 16447167. OLE color: 16447167.

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

Color convert

RGB 191 246 250 -
CMYK 0.24 0.02 0 0.02
HSL 184.07º 0.86% 0.86% -
HSV(B) 184.07º 0.24% 0.98% -
XYZ 71.7 83.89 102.86 -
YUV 230.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 191 246 250 0.24 0.02 0 0.02 184.07 0.86 0.86
Hex BF F6 FA 18 2 0 2 B8 56 56
Octal 277 366 372 30 2 0 2 270 126 126
Binary 10111111 11110110 11111010 11000 10 0 10 10111000 1010110 1010110

Color Harmonies of #BFF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF6FA

Black with #BFF6FA

Text Example


Text Example

White with #BFF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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