Html Css Color HEX #BFF7FA Pale Turquoise

📋 copy color: '#BFF7FA'

red 191 ◦ green 247 ◦ blue 250

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

Shades of Pale Turquoise #BFF7FA

Tints of Pale Turquoise #BFF7FA

RGB

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

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

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

R = 27.76%
G = 35.9%
B = 36.34%

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

#BFF7FA (or 0xBFF7FA) is known color: Pale Turquoise. HEX triplet: BF, F7 and FA. RGB value is (191,247,250). Sum of RGB (Red+Green+Blue) = 191+247+250=688 (91% of max value = 765). Red value is 191 (75% from 255 or 27.76% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7FA is #400805. Grayscale: #E6E6E6. Windows color (decimal): -4196358 or 16447423. OLE color: 16447423.

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

Color convert

RGB 191 247 250 -
CMYK 0.24 0.01 0 0.02
HSL 183.05º 0.86% 0.86% -
HSV(B) 183.05º 0.24% 0.98% -
XYZ 72 84.5 102.96 -
YUV 230.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 191 247 250 0.24 0.01 0 0.02 183.05 0.86 0.86
Hex BF F7 FA 18 1 0 2 B7 56 56
Octal 277 367 372 30 1 0 2 267 126 126
Binary 10111111 11110111 11111010 11000 1 0 10 10110111 1010110 1010110

Color Harmonies of #BFF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF7FA

Black with #BFF7FA

Text Example


Text Example

White with #BFF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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