Html Css Color HEX #BFF6EF Pale Turquoise

📋 copy color: '#BFF6EF'

red 191 ◦ green 246 ◦ blue 239

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

Shades of Pale Turquoise #BFF6EF

Tints of Pale Turquoise #BFF6EF

RGB

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

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

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

R = 28.25%
G = 36.39%
B = 35.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BFF6EF (or 0xBFF6EF) is known color: Pale Turquoise. HEX triplet: BF, F6 and EF. RGB value is (191,246,239). Sum of RGB (Red+Green+Blue) = 191+246+239=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6EF is #400910. Grayscale: #E4E4E4. Windows color (decimal): -4196625 or 15726271. OLE color: 15726271.

HSL color Cylindrical-coordinate representation of color #BFF6EF: hue angle of 172.36º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6EF is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 246 239 -
CMYK 0.22 0 0.03 0.04
HSL 172.36º 0.75% 0.86% -
HSV(B) 172.36º 0.22% 0.96% -
XYZ 70.02 83.22 94.03 -
YUV 228.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 191 246 239 0.22 0 0.03 0.04 172.36 0.75 0.86
Hex BF F6 EF 16 0 3 4 AC 4B 56
Octal 277 366 357 26 0 3 4 254 113 126
Binary 10111111 11110110 11101111 10110 0 11 100 10101100 1001011 1010110

Color Harmonies of #BFF6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF6EF

Black with #BFF6EF

Text Example


Text Example

White with #BFF6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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