Html Css Color HEX #BFFDFA Pale Turquoise

📋 copy color: '#BFFDFA'

red 191 ◦ green 253 ◦ blue 250

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

Shades of Pale Turquoise #BFFDFA

Tints of Pale Turquoise #BFFDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.46%

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

R = 27.52%
G = 36.46%
B = 36.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#BFFDFA (or 0xBFFDFA) is known color: Pale Turquoise. HEX triplet: BF, FD and FA. RGB value is (191,253,250). Sum of RGB (Red+Green+Blue) = 191+253+250=694 (91% of max value = 765). Red value is 191 (75% from 255 or 27.52% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDFA is #400205. Grayscale: #EAEAEA. Windows color (decimal): -4194822 or 16448959. OLE color: 16448959.

HSL color Cylindrical-coordinate representation of color #BFFDFA: hue angle of 177.1º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDFA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 250 -
CMYK 0.25 0 0.01 0.01
HSL 177.1º 0.94% 0.87% -
HSV(B) 177.1º 0.25% 0.99% -
XYZ 73.87 88.23 103.58 -
YUV 234.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 191 253 250 0.25 0 0.01 0.01 177.1 0.94 0.87
Hex BF FD FA 19 0 1 1 B1 5E 57
Octal 277 375 372 31 0 1 1 261 136 127
Binary 10111111 11111101 11111010 11001 0 1 1 10110001 1011110 1010111

Color Harmonies of #BFFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDFA

Black with #BFFDFA

Text Example


Text Example

White with #BFFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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