Html Css Color HEX #BFF8FA Pale Turquoise

📋 copy color: '#BFF8FA'

red 191 ◦ green 248 ◦ blue 250

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

Shades of Pale Turquoise #BFF8FA

Tints of Pale Turquoise #BFF8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.99%

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

R = 27.72%
G = 35.99%
B = 36.28%

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

#BFF8FA (or 0xBFF8FA) is known color: Pale Turquoise. HEX triplet: BF, F8 and FA. RGB value is (191,248,250). Sum of RGB (Red+Green+Blue) = 191+248+250=689 (91% of max value = 765). Red value is 191 (75% from 255 or 27.72% from 689); Green value is 248 (97.27% from 255 or 35.99% 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 #BFF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8FA is #400705. Grayscale: #E7E7E7. Windows color (decimal): -4196102 or 16447679. OLE color: 16447679.

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

Color convert

RGB 191 248 250 -
CMYK 0.24 0.01 0 0.02
HSL 182.03º 0.86% 0.86% -
HSV(B) 182.03º 0.24% 0.98% -
XYZ 72.31 85.11 103.06 -
YUV 231.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 191 248 250 0.24 0.01 0 0.02 182.03 0.86 0.86
Hex BF F8 FA 18 1 0 2 B6 56 56
Octal 277 370 372 30 1 0 2 266 126 126
Binary 10111111 11111000 11111010 11000 1 0 10 10110110 1010110 1010110

Color Harmonies of #BFF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF8FA

Black with #BFF8FA

Text Example


Text Example

White with #BFF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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