Html Css Color HEX #BFF1EF Pale Turquoise

📋 copy color: '#BFF1EF'

red 191 ◦ green 241 ◦ blue 239

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

Shades of Pale Turquoise #BFF1EF

Tints of Pale Turquoise #BFF1EF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.92%

 BLUE value IS 239 (93.75% from 255) = 35.62%

R = 28.46%
G = 35.92%
B = 35.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#BFF1EF (or 0xBFF1EF) is known color: Pale Turquoise. HEX triplet: BF, F1 and EF. RGB value is (191,241,239). Sum of RGB (Red+Green+Blue) = 191+241+239=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1EF is #400E10. Grayscale: #E1E1E1. Windows color (decimal): -4197905 or 15724991. OLE color: 15724991.

HSL color Cylindrical-coordinate representation of color #BFF1EF: hue angle of 177.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1EF is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 239 -
CMYK 0.21 0 0.01 0.05
HSL 177.6º 0.64% 0.85% -
HSV(B) 177.6º 0.21% 0.95% -
XYZ 68.52 80.22 93.53 -
YUV 225.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 191 241 239 0.21 0 0.01 0.05 177.6 0.64 0.85
Hex BF F1 EF 15 0 1 5 B2 40 55
Octal 277 361 357 25 0 1 5 262 100 125
Binary 10111111 11110001 11101111 10101 0 1 101 10110010 1000000 1010101

Color Harmonies of #BFF1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF1EF

Black with #BFF1EF

Text Example


Text Example

White with #BFF1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF1EF; }

 p { color: rgb(191,241,239); }

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

background-color css

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

 a { background-color: rgb(191,241,239); }

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

border-color css

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

 span { border-color: rgb(191,241,239); }

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